List the different types of c tokens?


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

Post New Answer

More C Interview Questions

write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word

1 Answers   Sienna Ecad, Wipro,


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


Is c is a middle level language?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,






how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


What does the file stdio.h contain?

0 Answers  


Explain data types & how many data types supported by c?

0 Answers  


What is difference between structure and union with example?

0 Answers  


what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


Categories