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 10256char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14487Post New Mascot Interview Questions
What is constructor in oop?
How can we handle web-based pop-up?
What is shell scripting in python?
What skills are essential for developing AI applications in diverse domains?
What is struts2 namespace?
When is it ideal that the testing is stopped?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What are the four scalar types of php?
Name the extension methods Kotlin provides to java.io.File?
which two criteria determine the payroll areas?
why should we are preparing BRS
What type of a DC motor would you use for a lift?
How do AI-powered chatbots improve customer support in banking?
What are the main reasons to use c# language?
a="10.20.30.1" replace 1 with 45 in python using reg ex