What is a macro, and explain how do you use it?
No Answer is Posted For this Question
Be the First to Post Answer
Is c is a high level language?
to get a line of text and count the number of vowels in it
Explain what is the difference between declaring a variable and defining a variable?
what are the difference between ANSI C and Let Us c and Turbo C
How do you search data in a data file using random access method?
How does normalization of huge pointer works?
Explain goto?
How can I dynamically allocate arrays?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
What is typedef example?
char ch="{'H','I',0};printf("%s",ch);what is output