1.

Explain why C is faster than C++?

Answer»

17. Explain the term PRINTF() and scanf() USED in C language?

S.noprintf()scanf()
1.Output functionInput function
2.Prints character, float, integer, HEXADECIMAL and octal, and valuesReads string, character, and numeric data
3.Rarely needs pointerAlways needs pointer


Discussion

No Comment Found