Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
2 6552Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10399char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14702Post New Mascot C Interview Questions
What are the types of disk array used in SAN?
What is event preventdefault () and event stoppropagation () in jquery?
water leak detection system question & answer
Is java required for spark?
how to embed flash in html? : Adobe flash
Write the program to process a list of numbers.
What is more functions in r and name them?
What is a tagname?
What does consumer api in kafka?
What is java api for xml-based rpc (jax-rpc)?
Is linq an orm?
Can java object be locked down for exclusive use by a given thread?
What are positional parameters in unix?
Explain how can I get around scope problems in a try/catch?
When object is created and destroyed?