What is meant by type specifiers?


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

Post New Answer

More C Interview Questions

pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


differnce between do and do while

3 Answers   DOEACC,


Where in memory are my variables stored?

0 Answers  


diff. between *p and **p

3 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,






what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


how can we use static and extern?and where can we use this?

3 Answers   Excel,


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


What is typedf?

0 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


x=2,y=6,z=6 x=y==z; printf(%d",x)

13 Answers   Bharat, Cisco, HCL, TCS,


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


Categories