What are disadvantages of C language.
No Answer is Posted For this Question
Be the First to Post Answer
Can you assign a different address to an array tag?
What is the difference between strcpy() and memcpy() function in c programming?
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,
Explain #pragma statements.
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
why java is called as a purely oops language.
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Subtract Two Number Without Using Subtraction Operator
what is the difference between postfix and prefix unary increment operators?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is the use of putchar function?