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
What are the disadvantages of c language?
Why do we need arrays in c?
What is enumerated data type in c?
What the different types of arrays in c?
What is a newline escape sequence?
What is volatile keyword in c?
difference between Low, Middle, High Level languages in c ?
Explain how do you determine the length of a string value that was stored in a variable?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Do you know the difference between malloc() and calloc() function?
Why do we write return 0 in c?
What are local variables c?
What are Macros? What are its advantages and disadvantages?
explain how do you use macro?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.