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 6398Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10130char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14299Post New Mascot Interview Questions
What is api php in laravel?
I want to ensure that once a child record has been added to a master-detail relationship, it cannot be deleted. How can we achieve this using the declarative capability of the platform ?
How do you define nifi content repository?
How power can be generated in engine?
What are directory files in linux?
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
What are delegates in C#?
What is the main purpose of overloading operators?
Define concentration gradient?
What is the difference between Force.com and Salesforce.com?
which situation gc hs and gc als require to use?
What is react router?
How Might Cybersecurity affect the Development and Implementation of the Internet of Things (IoT), especially in the USA?
Explain the concurrency testing?
Is mysql still relevant?