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
Explain what is the best way to comment out a section of code that contains comments?
How can I write functions that take a variable number of arguments?
What is string in c language?
which is an algorithm for sorting in a growing Lexicographic order
Where we use clrscr in c?
When we use void main and int main?
Why cant I open a file by its explicit path?
What are the header files used in c language?
What are the different types of C instructions?
Can we declare function inside main?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain what is the difference between far and near ?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Compare interpreters and compilers.
#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??