Explain what is the difference between a free-standing and a hosted environment?
No Answer is Posted For this Question
Be the First to Post Answer
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
Explain the difference between null pointer and void pointer.
How do c compilers work?
char ch="{'H','I',0};printf("%s",ch);what is output
why TCS selected more student in the software field from all institution.
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is pointers in c?
what is the little endian and big endian?
while initialization of array why we use a[][2] why not a[2][]...?
How to print "Hi World" without using semi colon?
Why #include is used in c language?