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 |
What is multidimensional arrays
#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
Write a program that can show the multiplication table.
An array name contains base address of the array. Can we change the base address of the array?
wat are the two methods for swapping two numbers without using temp variable??
What is meant by high-order and low-order bytes?
is c language is a object oreinted language?
What is c system32 taskhostw exe?
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?
can a union be self-referenced?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)