in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / vignesh1988i
ya wit out using printf we can print.... using putchar,puts
functions etc.........
| Is This Answer Correct ? | 41 Yes | 14 No |
Post New Answer View All Answers
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Who is the founder of c language?
What is the use of header files?
What is the right type to use for boolean values in c? Is there a standard type?
What is the use of getchar functions?
using for loop sum 2 number of any 4 digit number in c language
Explain the difference between call by value and call by reference in c language?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is the difference between array_name and &array_name?
Can we compile a program without main() function?
When should a type cast not be used?
What is the difference between void main and main in c?
By using C language input a date into it and if it is right?
program to convert a integer to string in c language'
What are predefined functions in c?