Answer Posted / satheesh.t
a)=
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is #line used for?
What is type qualifiers?
What is integer constants?
How a string is stored in c?
Is r written in c?
What are called c variables?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is pointer and structure in c?
Can stdout be forced to print somewhere other than the screen?
Tell me what are bitwise shift operators?
Is a house a mass structure?
What is malloc calloc and realloc in c?
What is the best way to store flag values in a program?
What is mean by data types in c?
What is the difference between ++a and a++?