what is meant by c

Answer Posted / anitha

c is a structure oriented programming language

Is This Answer Correct ?    53 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it better to use a macro or a function?

658


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

766


Give basis knowledge of web designing ...

1577


What is this pointer in c plus plus?

599


explain what are actual arguments?

638






What is character constants?

715


where are auto variables stored? What are the characteristics of an auto variable?

596


Explain the bubble sort algorithm.

647


What is volatile c?

526


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

708


Why is #define used?

790


how can I convert a string to a number?

598


how to introdu5ce my self in serco

1523


What is the purpose of clrscr () printf () and getch ()?

598


What is volatile variable in c?

659