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 6373Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10098char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14255Post New Mascot Interview Questions
What have you done to support diversity in your unit?
How do you describe your management style?
What is the purpose of exports in a ngmodule?
How can you make a bulleted list in html?
What is difference between constant pointer and constant variable?
How do you use the do loop if you don’t know how many times you should execute the do loop?
what is the differencce inn series and cascade connection??
What are the GL postings in Stock revaluation and stock adjustment transactions?
Explain how to send xml file on server using http protocol?
What is the difference between cache and persist in spark?
What kind of BDC programs are written ?
Explain Kanban.
What is the database development process?
Why do we use classes?
What is the difference between malloc() and calloc()?