How many header files are in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap 2 numbers in a single statement?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
what is the difference between i++ and ++i?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What is variable in c with example?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
explain what are pointers?
Is main a keyword in c?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
What will be the outcome of the following conditional statement if the value of variable s is 10?
how can we print hellow world programme without using semicolon
What is a segmentation fault?