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

Post New Answer

More C Interview Questions

write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 Answers  


what is linkage error when it occurs in c program

3 Answers  


Does c have function or method?

0 Answers  


Is fortran faster than c?

0 Answers  


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


What is class and object in c?

0 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


What are local and global variables?

3 Answers  


What is #include stdio h?

0 Answers  


What is scanf_s in c?

0 Answers  


Categories