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

biggest of two no's with out using if condition statement

8 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


How can I recover the file name given an open stream?

0 Answers  


What is meant by inheritance?

0 Answers  


What is sizeof c?

0 Answers  






Explain how are 16- and 32-bit numbers stored?

0 Answers  


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


What is the use of a ‘’ character?

0 Answers  


Explain what is the difference between functions getch() and getche()?

0 Answers  


What are lookup tables in c?

0 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

12 Answers   NetApp,


Categories