Answer Posted / mujamil
how to swap of 4number
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
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 does void main () mean?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
number of times a digit is present in a number
Is null a keyword in c?
What is wrong with this statement? Myname = 'robin';
What is c definition?
Why header file is used in c?
Does free set pointer to null?
What is the benefit of using const for declaring constants?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
Describe dynamic data structure in c programming language?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is "Duff's Device"?
Why & is used in scanf in c?