What is your stream meaning?
No Answer is Posted For this Question
Be the First to Post Answer
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is ## preprocessor operator in c?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
FILE PROGRAMMING
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error
What is the right type to use for boolean values in c?
wat are the two methods for swapping two numbers without using temp variable??
How can I read data from data files with particular formats?
Explain what is the most efficient way to store flag values?
who did come first hen or agg