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

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 a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 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  


Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,


what are threads ? why they are called light weight processes ? what is the relation between process and threads ?

1 Answers  


multiple of 9 without useing +,* oprator

3 Answers  


how to find binary of number?

2 Answers  


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


which is the best antivirus and how to update it

7 Answers   Infosys,


What are signals in C?

2 Answers  


What are c header files?

0 Answers  


Categories