Synonymous with pointer array
a) character array
b) ragged array
c) multiple array
d) none
No Answer is Posted For this Question
Be the First to Post Answer
What are the scope of static variables?
When should I declare a function?
Can we change the value of constant variable in c?
How reliable are floating-point comparisons?
explain memory layout of a C program
What does 4d mean in c?
What is assignment operator?
what are the various memory handling mechanisms in C ?
What are disadvantages of C language.
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What is a structure and why it is used?
Why #include is used in c language?