What is restrict keyword in c?


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

Post New Answer

More C Interview Questions

what is c programming?

3 Answers   TCS,


What are the different types of endless loops?

0 Answers  


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


Add 2 64 bit numbers on a 32 bit machine

3 Answers   EMC, Hyderabad Central University, NetApp,






What is the description for syntax errors?

0 Answers  


write a program for odd numbers?

15 Answers  


What is Dynamic Initialization.

3 Answers  


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,


What is the use of extern in c?

0 Answers  


name the language for writing c compiler?

3 Answers   Microsoft,


What is difference between array and structure in c?

0 Answers  


Categories