Why is void main used?
No Answer is Posted For this Question
Be the First to Post Answer
can we print any string in c language without using semicolon(;)(terminator) in whole program.
What is the use of typedef in c?
which do you prefer C or Pascal?
Explain what is wrong with this statement? Myname = ?robin?;
write a program which counts a product of array elements lower than 10.
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
How was c created?
what are the different storage classes in c?
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
discuss the steps needed to get a program from source code to executable in a system?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this