Answer Posted / pedda
t=a;
a=b;
b=t;
t means temporary value
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Which is the memory area not included in C program? give the reason
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is a loop?
What are the different data types in C?
Can one function call another?
When do we get logical errors?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What is table lookup in c?
What are the characteristics of arrays in c?
What is the purpose of type declarations?
What is a pointer value and address in c?
What is hungarian notation? Is it worthwhile?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What's the right way to use errno?