What is the use of define in c?
No Answer is Posted For this Question
Be the First to Post Answer
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
What is that continue statement??
What are the types of type qualifiers in c?
What are high level languages like C and FORTRAN also known as?
C,c++, Java is all are structural oriented or procedure oriented language..?
Explain what is the difference between null and nul?
What is scope and lifetime of a variable in c?
What is meant by int fun const(int a, int b) { .... ... }
How to write a program for swapping two strings without using 3rd variable and without using string functions.
What is c definition?
with out using main how to execute the program?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......