What is the symbol indicated the c-preprocessor?



What is the symbol indicated the c-preprocessor?..

Answer / Bhagya Laxmi Upadhyay

"The preprocessor directives in C are symbols that begin with a "#". These are used to instruct the preprocessor to perform specific tasks such as including header files, defining macros, and controlling conditional compilation."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is multidimensional arrays

1 Answers  


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


Write a program that can show the multiplication table.

0 Answers   Student,


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


What is meant by high-order and low-order bytes?

1 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


What is c system32 taskhostw exe?

1 Answers  


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


What is data structure in c programming?

1 Answers  


can a union be self-referenced?

1 Answers  


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


Categories