Answer Posted / vijay mundra
Keyword are some reserved word that are used in programming
for their pre defined actions..
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
Explain what are the different data types in c?
What is the difference between malloc() and calloc()?
Can we declare variable anywhere in c?
What is declaration and definition in c?
What oops means?
where are auto variables stored? What are the characteristics of an auto variable?
Why structure is used in c?
What is merge sort in c?
Why do we need arrays in c?
what is the syallabus of computer science students in group- 1?
How to find a missed value, if you want to store 100 values in a 99 sized array?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the g value paradox?
How can I prevent another program from modifying part of a file that I am modifying?
Do pointers take up memory?