What are qualifiers in c?


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

Post New Answer

More C Interview Questions

Can we declare variable anywhere in c?

0 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


How do you define CONSTANT in C?

0 Answers   ADP,






What is the difference between declaring a variable by constant keyword and #define ing that variable?

1 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


What is #ifdef ? What is its application?

0 Answers   TCS,


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


What are pointers really good for, anyway?

0 Answers  


what is the use of c program?

4 Answers   Synergy, Web Synergies,


What is an anonymous union and where to apply that ?

3 Answers   HP,


Categories