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 C Interview Questions
What is called Session Tracking?
hi friends, i have simple doubt if we completed this financial year that is 2009-10 march. after that we will file it period of oct-2010.so from apr-2010 that is new f.y.what we take the opening balances without filing how can we know the exactly figures?
How to create your own reports in sql developer?
How big is the universe?
Define sensitivity?
How can a number be converted to a string?
Can I downgrade windows 10 64bit to 32bit?
What is the life cycle of jsf (javaserver faces)?
What is the difference between c &c++?
What is block in swift?
What are scripted pipelines in jenkins?
What were you doing before sfdc development?
How do you identify which files are loaded in the gui map?
How can we make sure main() is the last thread to finish in java program?
What do you mean by an interface in java?