Answer Posted / mukul kumar
keyward is special word which have constsnt meaning in
programing they have specific meaning.
examples:-if, for, do, etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
write a program to find the given number is prime or not
Is c is a low level language?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Write a c program to demonstrate character and string constants?
Explain what is the general form of a c program?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Do you know what are the properties of union in c?
How do I read the arrow keys? What about function keys?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
what do you mean by inline function in C?
Is c pass by value or reference?
How can a program be made to print the line number where an error occurs?
What is a program?
Explain heap and queue.