Explain what are compound statements?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called free form language?
#define d 10+10 main() { printf("%d",d*d); }
What are the 5 types of inheritance in c ++?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
all c language question
What is difference between union All statement and Union?
What is pragma in c?
What is union and structure?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
Difference between C and Embedded C?
char ch=10;printf("%d",ch);what is the output
print out of string in this format; 1. "rajesh" 2. \n 3. %d