What is double pointer in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


What is the size of enum in bytes?

0 Answers  


64/square(4)

1 Answers  


Write a program to check prime number in c programming?

0 Answers  


character array A[12] can hold

5 Answers   Wipro,






1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


which will be first in c compiling ,linking or compiling ,debugging.

3 Answers   Sonata,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


What is keyword in c?

0 Answers  


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


Categories