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
What's the total generic pointer type?
Write a program to print factorial of given number using recursion?
diff between exptected result and requirement?
What is memcpy() function?
What is the difference between exit() and _exit() function?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
all c language question
What is the use of volatile?
How can I read and write comma-delimited text?
How to draw the flowchart for structure programs?
Tell me can the size of an array be declared at runtime?
What do you mean by a local block?
how is the examination pattern?
How to compare array with pointer in c?