Where is c used?
No Answer is Posted For this Question
Be the First to Post Answer
What is main void in c?
What are different types of pointers?
Differentiate between full, complete & perfect binary trees.
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
Explain what is the difference between #include and #include 'file' ?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
What is key word in c language?
Explain what math functions are available for integers? For floating point?
What is sizeof int?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
What are the types of pointers?
How can I do serial ("comm") port I/O?