Answer Posted / iyswarya
it is a structured oriented programming language.
middle level language,portable
it does not support oops concepts and is used in system
software and application software programs.
it has 32 kewords.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the best style for code layout in c?
What is c mainly used for?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is use of null pointer in c?
What is spark map function?
How do we print only part of a string in c?
What should malloc(0) do?
explain what are actual arguments?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Write programs for String Reversal & Palindrome check
What is the difference between declaring a variable and defining a variable?
Why doesn't C support function overloading?
Explain spaghetti programming?
Hi can anyone tell what is a start up code?
What is structure padding and packing in c?