without a terminator how can we print a message in a printf
() function.

Answer Posted / guest

using if statement

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the best way to comment out a section of code that contains comments?

909


How can I write functions that take a variable number of arguments?

825


What is string in c language?

808


which is an algorithm for sorting in a growing Lexicographic order

1560


Where we use clrscr in c?

876






When we use void main and int main?

783


Why cant I open a file by its explicit path?

787


What are the header files used in c language?

763


What are the different types of C instructions?

945


Can we declare function inside main?

739


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

811


Explain what is the difference between far and near ?

836


how to execute a program using if else condition and the output should enter number and the number is odd only...

1906


Compare interpreters and compilers.

802


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1730