in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / murali
my qyestion is without using library function how can print?
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
How do c compilers work?
What is the use of linkage in c language?
What does int main () mean?
Explain what is gets() function?
Difference between macros and inline functions? Can a function be forced as inline?
What is use of null pointer in c?
Why c is called object oriented language?
What is #define in c?
What is typedef?
Explain how can I pad a string to a known length?
What are the features of the c language?
What is the difference between int main and void main in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What are # preprocessor operator in c?
How are strings stored in c?