C program execution always begins with
a) #include
b) comment (/*-------*/)
c) main()
d) declaration instructions
No Answer is Posted For this Question
Be the First to Post Answer
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
what is the difference between unix os and linux os
Why c language is called c?
Describe wild pointers 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.
tell me the full form of c?
What is #include called?
What is const keyword in c?
Can we declare function inside main?
How can you determine the size of an allocated portion of memory?
Why dont c comments nest?
C program to read the integer and calculate sum and average using single dimensional array