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 6562Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10416char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14712Post New Mascot C Interview Questions
What is tomcat used for?
Explain implicit objects in jsp?
Differentiate between cost center and work center
How can you take database backup in mongodb?
In excel, how can I prevent a row from printing in a range if certain cells in a particular column equal 0. I do not want to extract the records to another section of thesheet. Is it possible to hide those rows, then print, then unhide?
What are three things that your friends will say about you?
What is tuple and attribute?
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
How to transport change request from one client to another client in sap ? : transportation management
why we use condenser in the thermal power plant, althrough the same vapour will be again heated
Is unix the first operating system?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
What is sql data source control in asp.net?
Why do you use two ground pins in microprocessor 8086?
What is a type parameter in java?