what is the most appropriate way to write a multi-statement
macro?
What are the ways to a null pointer can use in c programming language?
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.
Do you know null pointer?
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
c language interview questions & answer
what is meant by c
i want to know the procedure of qualcomm for getting a job through offcampus
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is meant by operator precedence?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
What is the difference between text files and binary files?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?