main difference between c and c++ language
Answer / guest
c is procedure oriented language
c++ is object oriented language
c is a not secure
c++ is a secured
c is low level language
c++ is a middle language
c is top-down approach
c++ is bottom-up approach
Is This Answer Correct ? | 17 Yes | 1 No |
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
Write a small C program to determine whether a machine's type is little-endian or big-endian.
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is the argument of a function in c?
what is the difference between while and do while?
What are the advantages of using macro in c language?
Write a function in c to find the area of a triangle whose length of three sides is given.
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
Does c have function or method?
show how link list can be used to repersent the following polynomial i) 5x+2
Does c have circular shift operators?