How do you use a 'Local Block'?
No Answer is Posted For this Question
Be the First to Post Answer
why TCS selected more student in the software field from all institution.
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is sizeof array?
Is c call by value?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
write a program to rearrange the array such way that all even elements should come first and next come odd
What are dangling pointers in c?
What are keywords c?
What is output redirection?
Write a program to check whether a number is prime or not using c?
What is nested structure in c?