What are the rules for identifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print calender using for loop.
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
Give differences between - new and malloc() , delete and free() ?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
Compare and contrast compilers from interpreters.
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is the difference between getch() and getche()?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
How can I implement sets or arrays of bits?
Why void main is used in c?
Difference between malloc() and calloc() function?