What does & mean in scanf?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
What is the difference b/w main() in C language and main() in C++.
What is the acronym for ansi?
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
What do you understand by normalization of pointers?
In c programming language, how many parameters can be passed to a function ?
Why main is not a keyword in c?
What is variable in c example?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
How can I direct output to the printer?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]