What are header files? What are their uses?
No Answer is Posted For this Question
Be the First to Post Answer
Explain #pragma statements.
What are the disadvantages of c language?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
who is first prime minister in india??
Total of how many functions are available in c?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
Explain high-order bytes.
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
how i m write c program 1.check prime number 2.prime number series