What is the sizeof () operator?
No Answer is Posted For this Question
Be the First to Post Answer
How can I avoid the abort, retry, fail messages?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What is difference between main and void main?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What is c basic?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Explain #pragma in C.
Where is c used?
which type of aspect you want from the student.
User define function contain thier own address or not.
What is bubble sort in c?
Explain what is dynamic data structure?