main()
{
char ch='356';
Printf("%d",ch);
}
*OUTPUT*:-
-18
*Why?*
what is the output of printf("%d",(scanf("%d",10));
Explain how do you use a pointer to a function?
What is data types?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is the difference between union and structure in c?
What are the string functions? List some string functions available in c.
How can I trap or ignore keyboard interrupts like control-c?
Explain built-in function?
How can I invoke another program from within a C program?
Why we use void main in c?
Where are c variables stored in memory?
What is use of integral promotions in c?