Dear Friends,
Good day to you.
1. what is the most commonly used display device in monitors. (CRT). 2. main() { int i=6720,j=4; while(i%j= =0) { i=i/j; j=j+1; } } What is the value of j at the end of the loop. (9); 3. What is the output of the program 4. # define Max( if (x main() { int x,y; if (x Max(x,y); else printf( “x is not greater than y”); } ( Iam not sure about the Q, but the ans is compile time error); 5. 1Q on pointers like a[2][2] then how can u represent the valu of a[2][1] by using pointers. ( *((a+2)+1) . Iam not sure about the ans). 6. what is wrong about stacks ( Ans is ” Stack is referred to as fifo”);
All the best.
Regards, Salma
|
No responses found. Be the first to respond and make money from revenue sharing program.
|