How are pointers declared in c?


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

Post New Answer

More C Interview Questions

I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


differentiate built-in functions and user – defined functions.

0 Answers  


Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


What is the general form of a C program?

0 Answers  


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


What is restrict keyword in c?

0 Answers  


What is methods in c?

0 Answers  


What does %p mean?

0 Answers  


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


What is c programing language?

0 Answers  


What is an expression?

0 Answers  


#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā€œ%dā€ ,a[i]); }

8 Answers  


Categories