Answer Posted / harisharumalla
printf("\"hai"\");
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Does free set pointer to null?
What is the benefit of using #define to declare a constant?
Is there any demerits of using pointer?
What does 4d mean in c?
Where are the auto variables stored?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is memcpy() function?
Why we use void main in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is the difference between Printf(..) and sprint(...) ?
What happens if a header file is included twice?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
How do you determine the length of a string value that was stored in a variable?
What is break in c?
Why clrscr is used after variable declaration?