What are the preprocessors?

Answer Posted / niraj gupta

preprocessor is which tells the compiler what header file
we are going to use in our program
#include<stdio.h>
will tell the compiler that it include header file standard
input output

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

670


What is the difference between Printf(..) and sprint(...) ?

792


What is the method to save data in stack data structure type?

612


What is FIFO?

678


What tq means in chat?

584






What’s a signal? Explain what do I use signals for?

614


Why should I prototype a function?

644


What are pointers? What are stacks and queues?

585


What is the main difference between calloc () and malloc ()?

576


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

693


What is the value of uninitialized variable in c?

578


What is the significance of c program algorithms?

685


Can you please compare array with pointer?

621


What is sizeof int in c?

608


about c language

1608