what is






 

Question by  manoj82 (9)

What is "cprintf"?

Is it a computer program?

 
+6

Answer by  Dean (4035)

Cprintf is a command in C++. The command might be for a function that shows "Welcome!" on the monitor. The command is set in the program with cprintf so when you turn on the computer, the monitor will then say "Welcome!"

 
+6

Answer by  patti (29325)

Cprintf used in C++ computer language. Its main function is to print and/or then show what ever is written in this function. For example, it might be programmed as: Cprintf("good morning"). When the program is executed, you would see "good morning" on the monitor.

 
+5

Answer by  Muhammed10 (49)

"cprintf" is a computer program which is used in C++ language. It is used to print or show what ever is written in this function. e.g Cprintf('good morning')

 
You have 50 words left!