Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
3 7245main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 29076#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 43994fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
17 18651#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
6 9416Post New NDS C Interview Questions
What is inheritance in typescript?
What is the current version of mysql?
WHY NUTRAL GROUND SYSTEM USED IN 33KV SYSTEM
Explain what are the main areas in aviation?
sir, please suggest me. If in case work contract, wct not deduct by principal contractor then what is the consequence ? I mean please clear me if the principal contractor not deduct wct then is the contractor (sub) liable to pay wct ?
Write a SQL queries on Self Join and Inner Join.
what is the difference between unarmoured & Flexible cable? How to identified?
What is connection object in vb net?
How to Detect if the system time has been changed ?
How do you fit to page in powerpoint?
How many types of sql are there?
What is the Full form of SWIFT and what are the features and benefits?
Types of LockEdits in DAO? 51 .Types of Recordsets.
What is the lifespan of a variable inside a shell script?
Send me some real time tickets in sap sd with there solutions by link