What does c mean in standard form?
No Answer is Posted For this Question
Be the First to Post Answer
What does printf does?
why effort estimation is important?
Explain the difference between strcpy() and memcpy() function?
what value is returned to operating system after program execution?
How do you use a 'Local Block'?
Can you think of a way when a program crashed before reaching main? If yes how?
Convert the following expression to postfix and prefix (A+B) * (D-C)
what are the interview question's in the language c
difference between Low, Middle, High Level languages in c ?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
write a program to print the all 4digits numbers & whose squares must me even numbers?
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?