What is string constants?


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

Post New Answer

More C Interview Questions

What is the size of enum in bytes?

0 Answers  


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 does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......

10 Answers   Infosys,


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,






Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,


What do you mean by a local block?

0 Answers   InterGraph,


Why void main is used in c?

0 Answers  


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


related proverb of "dont count your chicken before it hatches"

1 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


What is a stream?

0 Answers  


Categories