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 6352Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10075char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14201Post New Mascot Interview Questions
What is the base class in .net from which all the classes are derived from?
What is meant by voltage commutation?
What do you think about pl/sql?
How to reduce warnings?
What is the form name of 'c' license, I want to download in web
could anyone tell me how we can copy the mass roles from sap_all profiles???????
At what level the release strategies gets defined ?
What is the difference between Banks and NBFCs (Non Banking Finance Companies)?
What is ctrl v used for?
Is set ordered in python?
How will retry the failed cases in your process?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes considering Channel Length Modulation.
What is the virtual object?
What are zones? What is change detection?
Why do we use static methods in c#?