WHAT IS C?

Answer Posted / syed

c is a structure programming language

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of C instructions?

664


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

659


What is the use of a static variable in c?

582


what is ur strangth & weekness

1809


Explain what are the advantages and disadvantages of a heap?

589






What's the best way of making my program efficient?

617


Explain spaghetti programming?

677


How do we declare variables in c?

559


write a program to generate address labels using structures?

3996


How can I discover how many arguments a function was actually called with?

626


Explain do array subscripts always start with zero?

751


What is enumerated data type in c?

615


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

586


What are lookup tables in c?

540


What is the difference between the expression “++a” and “a++”?

642