Answer Posted / priya
int a=5,b=2;
printf("%d %d");
execute the pgm deftly swap wil tak place.......
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
main() { printf("hello"); fork(); }
What is c definition?
List the difference between a "copy constructor" and a "assignment operator"?
What is a shell structure examples?
I came across some code that puts a (void) cast before each call to printf. Why?
What are the types of c language?
What is the difference between local variable and global variable in c?
#include
What is size of union in c?
Explain the advantages of using macro in c language?
What are the uses of null pointers?
How can I make sure that my program is the only one accessing a file?
What is a double c?
What are the advantages of external class?
Differentiate fundamental data types and derived data types in C.