Search Results

Search: Posts Made By: micky.zhou
Forum: Programming 09-25-2012
1,247
Posted By JohnGraham
That's a variable declaration without a variable...
That's a variable declaration without a variable name; normally (only?) used in function signatures where you have to accept that type of argument, but don't actually want to use the variable. With...
Forum: Programming 08-17-2012
1,225
Posted By alister
Short version: Integral promotion with sign...
Short version:

Integral promotion with sign extension followed by left truncation.


Long version:

Whether char is signed or unsigned depends on the implementation. Working backwards, 0xFF00...
Forum: Programming 05-04-2011
17,629
Posted By kumaran_5555
This is a program from K&R. after executing...
This is a program from K&R.

after executing you should type couple of lines as input, and then hit ctrl+D.

Then this will output number of lines you have entered.
Forum: Programming 05-04-2011
17,629
Posted By pludi
Strange, Ctrl+D should have worked. With Ctrl+Z,...
Strange, Ctrl+D should have worked. With Ctrl+Z, you've sent the program into the background, suspending its execution, so there won't be any more output (check the output of ps -ef, and you'll see...
Forum: Programming 05-04-2011
17,629
Posted By kumaran_5555
I think in Unix ctrl + d will work
I think in Unix ctrl + d will work
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 09:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy