What is the difference between functions getch() and getche()?
What is the difference between fread and fwrite function?
which type of aspect you want from the student.
Explain what is page thrashing?
What are the advantage of c language?
What is difference between union All statement and Union?
how to introdu5ce my self in serco
Write a Program to find whether the given number or string is palindrome.
Why is extern used in c?
Which one would you prefer - a macro or a function?
What is a memory leak? How to avoid it?
Explain what is wrong with this statement? Myname = ?robin?;
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
What is a lvalue
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????