What are identifiers and keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why clrscr is used in c?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
Write a program to check prime number in c programming?
Explain spaghetti programming?
Expand the following LKB BKL FFG
What is the difference between struct and union in C?
how to find your architecture is LittleEndian or BigEndian?
write a c program to print "Welcome" without using semicolon in the whole program ??
Can a pointer point to null?
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
What is the best style for code layout in c?
What does %d do in c?