what is meant by c

Answer Posted / kumar

c is a procedure oriented programming language.It is
developed by Dennis Ritchie in 1972. It is new innovation of
the computer programming language.
It is also the best standard computer programming language.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointer to pointer in c with example?

541


What is formal argument?

640


What is the size of structure pointer in c?

605


Why c is called procedure oriented language?

570


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1171






How can I pad a string to a known length?

603


Define Spanning-Tree Protocol (STP)

634


Explain about block scope in c?

653


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

755


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

717


What is an identifier?

618


what type of questions arrive in interview over c programming?

1545


What is character set?

676


What are conditional operators in C?

616


Process by which one bit pattern in to another by bit wise operation is?

608