Explain what are header files and explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
main() { printf("hello%d",print("QUARK test?")); }
Why is c so powerful?
What is bin sh c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
Write the syntax and purpose of a switch statement in C.
What is typedef?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
What is the code for 3 questions and answer check in VisualBasic.Net?
c program to manipulate x=1!+2!+3!+...+n! using recursion
can we implement multi-threads in c.
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain