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 6462Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10256char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14487Post New Mascot Interview Questions
What are the constraints on severity level in raiseerror?
What exactly does javascript do?
what is abstract classes
Explain how the slides and specimens used as instructional resources?
Why html 5 inputs look different across devices and browsers? : jquery mobile
Are you comfortable working late nights, if project demands?
What does each entry in the link list called?
What is the shortcut key for sum in excel?
which formula used for calculate the area of segmental arch?
Will truncate release space?
How to disable trace http request?
What are dcl commands? What are the two types of commands used by dcl?
what does position represents in siebel?
write a test cases for WLAN
What is a binder service in Android abd how it differs from started service?