Answer Posted / abilash
It is a set of elements which stored under a single name.
| Is This Answer Correct ? | 72 Yes | 30 No |
Post New Answer View All Answers
Differentiate between a for loop and a while loop? What are it uses?
When should structures be passed by values or by references?
Tell me about low level programming languages.
Is exit(status) truly equivalent to returning the same status from main?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is sizeof array in c?
What are the types of type specifiers?
What is the best way to comment out a section of code that contains comments?
How can I sort a linked list?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is malloc() function?
Do pointers need to be initialized?
Explain how do you list a file’s date and time?
Explain what are global variables and explain how do you declare them?
What is difference between stdio h and conio h?