What are the types of type specifiers?


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

Post New Answer

More C Interview Questions

What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


What is memcpy() function?

0 Answers  


What is the translation phases used in c language?

0 Answers  


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  






Can we change the value of constant variable in c?

0 Answers  


How do you list a file’s date and time?

0 Answers  


what is function pointer?

2 Answers   Wipro,


What is #define in c?

0 Answers  


Is main an identifier in c?

0 Answers  


Can a pointer be volatile in c?

0 Answers  


What oops means?

0 Answers  


Categories