Answer Posted / m.karthik
c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What are the different types of linkage exist in c?
Are negative numbers true in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is boolean in c?
c program to compute AREA under integral
What does %p mean c?
Do string constants represent numerical values?
Explain the use of #pragma exit?
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
How can variables be characterized?
What are the advantages of using new operator as compared to the function malloc ()?
What are the advantages and disadvantages of a heap?
Why do we need volatile in c?