write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is p in text message?
main() { printf("hello"); fork(); }
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
I need previous papers of CSC.......plz help out by posting them.......
What is hungarian notation? Is it worthwhile?
Explain what is #line used for?
What will the preprocessor do for a program?
Is multithreading possible in c?
What is the c language function prototype?
What is pointer in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Is it better to use malloc() or calloc()?
What is structure and union in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.