Why is C called a middle-level language?
Answer / nashiinformaticssolutions
It combines features of high-level and low-level languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to multiply two number taking input as a string (considering sum and carry )
Program to simulate second clock
char ch=10;printf("%d",ch);what is the output
How are structure passing and returning implemented?
c pgm count no of lines , blanks, tabs in a para(File concept)
What is the use of typedef in c?
Write a program to identify if a given binary tree is balanced or not.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What do you mean by keywords in c?
What are void pointers in c?
What does %p mean c?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }