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 10058char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14186Post New Mascot Interview Questions
Can excel recognize names?
How do you combine two formulas in excel?
what is the command used to invoke rlu ?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
How do you start and stop a service?
What are the annotations used in spring?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is the use of dll file in c#?
How can one estimate how the friction factor changes in heat exchanger tubes with a change in temperature?
which type of instrument included in plumbing work?name of instrument?
What is warning – “cannot modify header information – headers already sent”?
Write a code to generate a series where the next element is the sum of last k terms.
What is difference between internal and protected internal in c#?
Explain about the $_GET variable of PHP?
Specify key disadvantages of android?