What does the characters “r” and “w” mean when writing programs that will make use of files?
No Answer is Posted For this Question
Be the First to Post Answer
What is ponter?
Why is it important to memset a variable, immediately after allocating memory to it ?
Compare interpreters and compilers.
how to create duplicate link list using C???
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
What is || operator and how does it function in a program?
Can you mix old-style and new-style function syntax?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
Is null valid for pointers to functions?
Place the #include statement must be written in the program?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float