Write a program to swap two numbers without using a temporary variable?
What is 02d in c?
Explain about the functions strcat() and strcmp()?
What is the difference between functions getch() and getche()?
I need previous papers of CSC.......plz help out by posting them.......
What is the basic structure of c?
main() { int i; printf("%d",i^i); }
What is pass by value in c?
what are brk, sbrk?
What is memmove?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What would be an example of a structure analogous to structure c?
what is the hexidecimal number of 4100?