Without Computer networks, Computers will be half the use.
Comment.
No Answer is Posted For this Question
Be the First to Post Answer
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above
How can you call a function, given its name as a string?
what are the languages used in c#?
i have a written test for microland please give me test pattern
what is the difference between 123 and 0123 in c?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
Wt are the Buses in C Language
What is I ++ in c programming?
What is the purpose of 'register' keyword?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,