What are the types of type qualifiers in c?


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

Post New Answer

More C Interview Questions

What do you mean by recursion in c?

0 Answers  


What are pointers? What are different types of pointers?

0 Answers   Fidelity,


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


What is enumerated data type in c?

0 Answers  


Explain how can I read and write comma-delimited text?

0 Answers  






Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


Determine if a number is a power of 2 at O(1).

2 Answers  


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


What are structure types in C?

0 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


Categories