what is used instead of pointers in java than c?
What is "Duff's Device"?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
Explain what are the advantages and disadvantages of a heap?
Is exit(status) truly equivalent to returning the same status from main?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
How can I remove the leading spaces from a string?
what will be maximum number of comparisons when number of elements are given?
why we need function pointers?
What is a pointer in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Explain what is a stream?