hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
2394#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 47264void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30823/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
1 3934Post New CDAC C Interview Questions
Why is xap important?
Is python good for coding?
Is windows server 2016 still supported?
How do I make an excel document read only?
globlisation of market. merit or demarit
Can you move program files from c to d?
Expression studio orvisual studio, which one better to use for developing silverlight application?
Does Kotlin allow macros?
What is mongodb named after?
How do I use xcopy folder?
Different types of consumption based planning.
What are gamma ray bursts?
What is boundary testing?
In which of the glands are graffian follicles found??
What is the difference between c# and vb.net?