Answer Posted / ushagva1
a=a+b-(b=a);
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
Write a program to generate the Fibinocci Series
What is pointer to pointer in c?
Explain what is gets() function?
Describe the order of precedence with regards to operators in C.
What is the translation phases used in c language?
Apart from dennis ritchie who the other person who contributed in design of c language.
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is typeof in c?
What is LINKED LIST? How can you access the last element in a linked list?
How can I manipulate strings of multibyte characters?
Explain union. What are its advantages?
What is auto keyword in c?
What is bss in c?
When should the const modifier be used?