Why does this code crash?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above

4 Answers   Siemens,


What is volatile variable how do you declare it?

0 Answers  


what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,


What is wrong in this statement?

0 Answers  


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  






What would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  


Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


What is the meaning of c in c language?

0 Answers  


What is an example of structure?

0 Answers  


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

0 Answers  


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


What are the 5 elements of structure?

0 Answers  


Categories