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
How do I fix a corrupted external hard drive?
how to caluclate tds from emloyees and others
You want to run a payment run. Which dates would you take into consideration?
How to de-symbolicate crash log?
Tell me what do you understand by a view? What does the with check option clause for a view do?
What is meant by decimal (5,2)?
How can I access members of a custom realm or principal?
What is the difference between DataRow.Delete() and DataRow.Remove()?
what are the Technical Specifications of D/240PCI-T1
Do you plan to pursue an MBA immediately after completing your engineering?
Is ruby a dying language?
How do you create tasks? What is the max number of tasks you created in your previous projects ?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is the difference between custom controls and user controls?
why dns server is required for active directory? : Windows server 2003