Answer Posted / anitha
c is a structure oriented programming language
| Is This Answer Correct ? | 53 Yes | 9 No |
Post New Answer View All Answers
How are Structure passing and returning implemented by the complier?
What are global variables and explain how do you declare them?
What is f'n in math?
Why is c not oop?
What is "Hungarian Notation"?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Is there a way to switch on strings?
How do you determine whether to use a stream function or a low-level function?
What are pointers?
Why dont c comments nest?
What are the similarities between c and c++?
What is difference between && and & in c?
The difference between printf and fprintf is ?
c language interview questions & answer
Can you please explain the scope of static variables?