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 6374Switch (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 14256Post New Mascot Interview Questions
How can we perform different types of join using Talend components?
What are the core concepts of ember.js?
What is activex dll?
What is a string in python?
Explain the difference between #include "..." And #include <...> In c?
How to add lines to excel spreadsheet?
What is heartbeat in hdfs?
What’s the use of ansible?
Write the ways to create a tabbed navigation menu in bootstrap.
what is the difference between windows azure queues and windows azure service bus queues?
What is a wpf application?
What happens if SharePoint Timer Service is stopped?
Why is abstraction needed?
What are the difference between internal & external css?
How do we handle run-time errors?