Answer Posted / samson chettri
stack over flow.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In C, What is the #line used for?
Explain what is the purpose of "extern" keyword in a function declaration?
What is c language & why it is used?
What is restrict keyword in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is difference between structure and union?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Are there namespaces in c?
Difference between strcpy() and memcpy() function?
What is union and structure in c?
what is the syallabus of computer science students in group- 1?
Write a program to print factorial of given number using recursion?
Why we use stdio h in c?
how can I convert a string to a number?
How is = symbol different from == symbol in c programming?