Explain c preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
What is a ternary operator in c?
How can I get random integers in a certain range?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
What are volatile variables?
what will be the output for the following main() { printf("hi" "hello"); }
What is a program flowchart and how does it help in writing a program?
Explain how do you search data in a data file using random access method?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Write a code to generate a series where the next element is the sum of last k terms.
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
what is answer for perfect number????????????????