Difference between pass by reference and pass by value?
No Answer is Posted For this Question
Be the First to Post Answer
What are logical errors and how does it differ from syntax errors?
Why do we use header files in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
write a program without using main function?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
Are c and c++ the same?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
write a program to print sum of each row of a 2D array.
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.
Please write the area of a RIGHT ANGLED TRIANGLE.
How can I read and write comma-delimited text?