Answer Posted / shruti
Array is a collection of homogeneous data-types..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What’s the special use of UNIONS?
Difference between exit() and _exit() function?
What is time null in c?
Can we declare variables anywhere in c?
Why doesnt the call scanf work?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Is that possible to store 32768 in an int data type variable?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What are the different data types in C?
What is string constants?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Why static is used in c?
What is pass by reference in functions?
What are the three constants used in c?