Answer Posted / arunkumar
Stack overflow...
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the best organizational structure?
What is the most efficient way to store flag values?
How do you use a 'Local Block'?
What does void main () mean?
What is a loop?
Simplify the program segment if X = B then C ← true else C ← false
What is the difference between union and structure in c?
What is the use of f in c?
what is the basis for selection of arrays or pointers as data structure in a program
What is double pointer in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is string constants?
Can the size of an array be declared at runtime?
What is the description for syntax errors?
Where can I get an ansi-compatible lint?