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 10257char 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
Which method removes and returns last object of a list?
How to delete node neo4j?
Describe the Big-O Notation.
How does the intensity of facilitated diffusion vary in relation to the concentration of the moved substance? What is the limiting factor?
What is hashmap and map?
What are standard fields in salesforce ?
What is related substance by HPLC impurity limits as per USP?
When is data in change log table of ods deleted?
What is bom encoding?
How can you install the kernel32 dll file?
What are the security issues with ajax?
What is the command used to find missing values?
How do I open an xsl file?
How many databases can sql express handle?
Can a "delegate" retained in ios?