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 6395Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
5 10119char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
7 14286Post New Mascot C Interview Questions
How do you install windows on a laptop?
What causes memory leaks in java?
What do you think is a bank reconciliation statement?
what are the disadvantages of soft agar assay?
Describe the expert system and its characteristics?
For image slider which modules are required in drupal?
what are the differences of software life cycle models
What is the maximum size of array in java?
What is the difference between HDFS and NAS ?
Can enum conform to swift protocol?
What is the definition of database management system?
Exapnd--------RAN
Explain how a web application works?
What does mean by .net framework?
How you can write contexts to text file in qtp?