IS Doon college of Engn.. has good faculty
write a c program for swapping two strings using pointer
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
What are the 4 types of functions?
What is the difference between char array and char pointer?
WHAT IS LOW LEVEL LANGUAGE?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
How do you view the path?
write a programme to convert temperature from farenheit to celcius?
what is the difference between declaration and definition of a variable or function ?
Why isnt there a numbered, multi-level break statement to break out
what is void pointer?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?