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 6352Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10057char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14185Post New Mascot Interview Questions
Is arraylist a collection?
What is statutory liquidity ratio (slr)?
What does ios stand for apple?
What is strong and weak in objective c?
Write a program to get second highest number in an array using php?
What is ‘this’ keyword in JavaScript?
What is difference between javascript and jscript?
How can we launch a tajo cluster?
How to work with jQuery parent(), children() and siblings()?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is the difference between probability and likelihood?
What are the elements of the Internet of Everything?
Which is the transaction to create custom infotype?
What is regression testing? When to apply it?
What is a birthday attack?