What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / singaravel
# work as a preprocessor when include is used for to connect
the header file to the complier, we want to write
#include"stdio.h" or <stdio.h> because c has no built-in
function to run the program.like wise we include "conio.h"
which is used for link the clrscr()and getch(),but it is not
so important because we can run the program without using
clrscr() and getch() from the header file "conio.h" but we
never run the program without using <stdio.h>
| Is This Answer Correct ? | 41 Yes | 17 No |
Post New Answer View All Answers
how is the examination pattern?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
What are the different types of objects used in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is a class c rental property?
What does typedef struct mean?
Explain what is the benefit of using #define to declare a constant?
What is volatile variable in c with example?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain how can I read and write comma-delimited text?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
List the difference between a "copy constructor" and a "assignment operator"?
why wipro wase
What is c method?
Why is c still so popular?