Answer Posted / kalyan chukka
C Language Means Computer Language
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are header files in c?
what is different between auto and local static? why should we use local static?
I came across some code that puts a (void) cast before each call to printf. Why?
What are the similarities between c and c++?
What is strcpy() function?
Is it better to bitshift a value than to multiply by 2?
Explain Function Pointer?
What is size of union in c?
List the difference between a "copy constructor" and a "assignment operator"?
What are the modifiers available in c programming language?
What is array within structure?
What is a volatile keyword in c?
What is getche() function?
Explain pointer. What are function pointers in C?
Write a program to print “hello world” without using semicolon?