Answer Posted / anupam n singh
c is procedural oriented language or strutured oriented
language .
c++ is object oriented programing language
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What language is windows 1.0 written?
What is scanf_s in c?
What is the difference between the local variable and global variable in c?
How can I write functions that take a variable number of arguments?
how many key words availabel in c a) 28 b) 31 c) 32
what do you mean by inline function in C?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
When should the register modifier be used? Does it really help?
Why do we use & in c?
How do you write a program which produces its own source code as output?
Why c is a procedural language?
What is the explanation for prototype function in c?
What is array in c with example?
What is register variable in c language?
Can two or more operators such as and be combined in a single line of program code?