Answer Posted / anu
I am totally vexed in attending companies....n i hope i cud
crack syntel n i wanna begin my career...
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
int i=10; printf("%d %d %d", i, i=20, i);
what is different between auto and local static? why should we use local static?
How can you determine the maximum value that a numeric variable can hold?
Describe the order of precedence with regards to operators in C.
Explain how can I open a file so that other programs can update it at the same time?
What is identifier in c?
Is c still relevant?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is structure in c definition?
Why is this loop always executing once?
What does %p mean?
Why do some versions of toupper act strangely if given an upper-case letter?
Explain how can you determine the size of an allocated portion of memory?
Where static variables are stored in memory in c?
Is it better to use a macro or a function?