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

Is there any demerits of using pointer?

0 Answers  


If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


what are the 10 different models of writing an addition program in C language?

0 Answers  


Write a simple program to find the size of different basic data types in C.

3 Answers  


What is Generic pointer? What is the purpose of Generic pointer? Where it is used?

3 Answers  






How would you print out the data in a binary tree, level by level, starting at the top?

6 Answers   Amazon, Microsoft,


Explain what is the difference between far and near ?

0 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What are enumerated types?

0 Answers  


prog for 1st five prime numbers in 2^x - 1

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  


Why does this code crash?

0 Answers  


Categories