What is modifier & how many types of modifiers available in c?


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

Post New Answer

More C Interview Questions

Is array a primitive data type in c?

0 Answers  


Write a program to print fibonacci series using recursion?

0 Answers  


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


Why is sprintf unsafe?

0 Answers  


What is the sizeof () operator?

0 Answers  


how do you programme Carrier Sense Multiple Access

0 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


Is return a keyword in c?

0 Answers  


What is string function in c?

0 Answers  


What are the advantages of union?

0 Answers  


What is the need of structure in c?

0 Answers  


Categories