in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answers were Sorted based on User's Feedback
Answer / chandrasekhar kar
yes u can use PRINTK , which doesn't need c library also.
But this answer is specific to linux.
| Is This Answer Correct ? | 1 Yes | 8 No |
How many types of functions are there in c?
What is merge sort in c?
Explain what are multidimensional arrays?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Explain continue keyword in c
What is external and internal variables What is dynamic memory allocation what is storage classes in C
What are the types of data structures in c?
how will you write a program on linked lists using JAVA programming???????????
whitch value return void main?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
how to write a c program to print list of fruits in alpabetical order?
How many keywords are there in c?