What is an identifier?
No Answer is Posted For this Question
Be the First to Post Answer
What does the c preprocessor do?
what is meant by c
In C programming, how do you insert quote characters (‘ and “) into the output screen?
can we declare a function in side the structure?
Difference between Shallow copy and Deep copy?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
Prove or disprove P!=NP.
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
will u give me old quesrion papers for aptitude for L & t info tech?
main() { printf(5+"Vidyarthi Computers"); }
Why cann't whole array can be passed to function as value.
How do you write a program which produces its own source code as its output?