Why do we use int main instead of void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is the purpose of realloc()?
What does %p mean?
What is the size of a union variable?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
what is the use of macro program
tell me the full form of c?
What is the real time usage volatile?
Which is an example of a structural homology?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
If you know then define #pragma?