Answer Posted / priyanka mali
C Is the procedure oriented language, basically uses firstly
compilers which accepts source code from compliers as input
and produces .exe as output.it is a first usr friendly
language which takes input in the form of statements / usr
language and givesdesired outpu.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are pointers integer?
What is else if ladder?
What is preprocessor with example?
When c language was developed?
hi, which software companys will take,if d candidate's % is jst 55%?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Explain what does it mean when a pointer is used in an if statement?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Write a program of advanced Fibonacci series.
simple program of graphics and their output display
Explain how can I convert a number to a string?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What does %p mean c?
a c code by using memory allocation for add ,multiply of sprase matrixes
What do you understand by normalization of pointers?