Answer Posted / naresh
IN C++ we can where as in C it very less hope
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Why C language is a procedural language?
There seem to be a few missing operators ..
What is pointer to pointer in c?
What is wild pointer in c?
Why do we use main function?
How main function is called in c?
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
Why ca not I do something like this?
What is volatile keyword in c?
What is the difference between #include
The file stdio.h, what does it contain?
How to get string length of given string in c?
In a switch statement, explain what will happen if a break statement is omitted?
What is the use of typedef in structure in c?
How can I handle floating-point exceptions gracefully?