answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can write the name in c plus plus language without using cout statement?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


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


What language did the Greeks write in?

The Greeks wrote, and still write, in the Greek language unless they are using another language because they want to communicate with people who read that other language.


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()){} }