.main()
{
char *p = "hello world!";
p[0] = 'H';
printf("%s",p);
}


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

Post New Answer

More C Interview Questions

Where in memory are my variables stored?

0 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 Answers  


How can I handle floating-point exceptions gracefully?

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  






main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }

2 Answers  


why division operator not work in case of float constant?

2 Answers  


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


What would be an example of a structure analogous to structure c?

0 Answers  


what is develop in c language

2 Answers  


What are the benefits of c language?

0 Answers  


what is the need for main function in c?

5 Answers  


Categories