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 6561Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10415char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14711Post New Mascot Interview Questions
Define Error Pane of UFT?
How can i do the entry of of service tax in tally.
consider therez 1 land and it has mango trees in it, what are the tets cases or how will we count no of mangoes on all trees
How does the addition of service orientation change systems? When is it appropriate to use?
Explain what is an EJB Context?
What is target html?
What are the keywords in c?
Is array immutable in c#?
How to create multiple checkboxes in apache-wicket?
What is the difference between pst and ost in microsoft outlook?
Explain different types of perl operators.
How to create & call angular 2 services in components?
Objects or references which of them gets garbage collected?
While migrating the data from one environment to another environment how would you manage the connections?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.