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 10264char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14488Post New Mascot Interview Questions
What are the modules in angularjs?
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
What is a jit compiler?
Tell me what is an outgoing link?
What is the datatype of image in mysql?
What is profit margin percentage?
Can you rollback after commit?
What are the advantages of NodeJS?
Explain impersonation?
How to share a variable between node.js modules?
Explain about the property-remove method?
what is the difference between pthread and taskSpawn
Which type of application can be run on linux?
is 128gb ssd enough for gaming?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).