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 10254char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14481Post New Mascot Interview Questions
Why is encapsulation used?
What is specific gravity???
What are some common methods for helium leak testing a vacuum system?
How do you store pictures in a database?
What is an xml instance?
What is the use of ngif directive?
What is the quickest way to achieve this?multiple layers? Layer masks?
Define an electro chemical cell. Give one example? : Electrochemistry Corrosion
What are the file formats supported by spark?
Which viewresolver class is widely used?
Can I create table without primary key?
Is there a way to remove the last object from a list?
What is purpose of clearPosition() method of geolocation object of HTML5?
Is it safe to cancel chkdsk?
What are the steps to create an animated progress bar using bootstrap?