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
How can you find the exact size of a data type in c?
How do I use void main?
Can you please explain the difference between syntax vs logical error?
what will be the output for the following main() { printf("hi" "hello"); }
How can I write a function that takes a format string and a variable number of arguments?
What are the different data types in C?
Hi can anyone tell what is a start up code?
What does. int *x[](); means ?
how to find anagram without using string functions using only loops in c programming
Write a program to check whether a number is prime or not using c?
Explain the use of 'auto' keyword in c programming?
How can you avoid including a header more than once?
Explain what is meant by 'bit masking'?
What are actual arguments?
Explain b+ tree?