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 |
What is a node in c?
What does it mean when the linker says that _end is undefined?
How many types of functions are there in c?
Explain null pointer.
WAP to find that given no is small or capital
Find greatest number out of 10 number without using loop.
discuss the steps needed to get a program from source code to executable in a system?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What is the difference between text and binary i/o?
wap in c to accept n number display the highest and lowest value
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,