What does typeof return in c?



What does typeof return in c?..

Answer / Sandeep Rajput

"integer"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


what about "char *(*(*a[])())();"

3 Answers   Oracle,


write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4

9 Answers   IBM, NIIT, Winit,


Why does not c have an exponentiation operator?

1 Answers  


how to find out the union of two character arrays?

2 Answers  


coding for Fibonacci.?

1 Answers  


What is that continue statement??

4 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


Categories