answersLogoWhite

0

I believe, you can use C-function - printf().

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How can we write our name in C programming language without using printf?

You can use fputs() instead of printf().


Are languages and compilers application softwares?

No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.No. A compiler is a system software. An application can be created using a language and a compiler. A language is what you write the software with.


How do you print on console without using printf or puts in c language?

write, putchar, putc, fputc etc


Can you write while statement in c without condition?

No


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


How do you write a c program without using scan statements?

#include <stdio.h> int main (void) { puts ("What is a 'scan statement'?!"); return 0; }


Write a program in C language to multiply any two numbers without using in source code?

The question is malformed and incomprehensible.


Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


How do you write chronological statement of events for attorney?

To write a chronological statement of events for an attorney, start by gathering all relevant facts and documents related to the case. Organize the events in the order they occurred, using clear and concise language. Include dates, times, and specific details to ensure accuracy, and avoid subjective language or interpretations. Lastly, review the statement for clarity and completeness, ensuring it aligns with the legal context of the case.


Write a program By using if else statement to read a number and check whether it is positive or negative?

write a c++program by using if statement to read a number and check whether it is positive or negative


The volume (v) of a sphere varies directly as the cube of its diameter (d). Write this statement in algebraic language using an equation with the variables c v and d.?

v = c*d^3


Write a programme in c to print hello world without using statement terminator?

#include<stdio.h> #include<conio.h> void main() { if(printf("hello world")){} if(getch()){} }