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
the question is that what you have been doing all these periods (one year gap)
What is call by value in c?
What type of function is main ()?
What would be an example of a structure analogous to structure c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Write a C program in Fibonacci series.
Explain About fork()?
Why c is called a mid level programming language?
What is self-referential structure in c programming?
How do I round numbers?
What is gets() function?
write a program fibonacci series and palindrome program in c
What is a string?
Explain high-order bytes.
where are auto variables stored? What are the characteristics of an auto variable?