Why semicolon? Tradition.
What does it do? Terminates a single statement, eg:
i+= 3; /* expression is a single statement */
{ i= 3; --j; } /* no semicolon after the compound statement */
if you do not used main function in c program when errors are accrued
A program that translates source program into object code.
What type of a program is used in order to enter C source code
if u give control ratios used in budgeting i can write program in C/C++
Yes. Braces are used to group similar pieces of code in a C program
The program used inside microprocessors is microcode,the program what microprocessors execute is machine code.
A C++ program can be used to write C programs that will display 10 lines of biodata. Many types of C programming can be written with a C++ program.
yes! why not! this c program is used in ATM servicesand also in games.
All of them can be used.
Any character can be used in string, except for \\0. char example [] = "A&B|C";
01
The matrix multiplication in c language : c program is used to multiply matrices with two dimensional array. This program multiplies two matrices which will be entered by the user.