Answer Posted / sivavendra
error
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Do you know the use of fflush() function?
How do you view the path?
What are variables and it what way is it different from constants?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What do you understand by normalization of pointers?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is s or c?
What is string function in c?
How many header files are in c?
What is clrscr in c?
How would you obtain the current time and difference between two times?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What do you mean by invalid pointer arithmetic?
What is exit() function?
ATM machine and railway reservation class/object diagram