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 6552Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10399char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14702Post New Mascot Interview Questions
How do I restore windows 7 without a disk?
What is index-organized table in Oracle?
Name some packages in r, which can be used for data imputation?
what are the drawbacks of cubes?
What are the rendering extensions of ssrs?
How do you convert from pascal to torr?
What is the use of centre tag?
How do I run an exe file on startup windows 10?
What is macro and its types?
Who is the founder of ios?
Is null a keyword in c?
What is a reference table in database?
What challenges information leak can impose of an organization?
Is windows 10 the worst operating system ever?
Tell me what are inline functions?