Whether there can be main inside another main?If so how does
it work?
Answer Posted / shiva
main()
{
printf("main()");
}
| Is This Answer Correct ? | 39 Yes | 19 No |
Post New Answer View All Answers
Explain the process of converting a Tree into a Binary Tree.
What are static variables in c?
How to explain the final year project as a fresher please answer with sample project
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Describe wild pointers in c?
What are the different types of C instructions?
Is there any data type in c with variable size?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What are the salient features of c languages?
What is advantage of pointer in c?
When is a “switch” statement preferable over an “if” statement?
Explain how are portions of a program disabled in demo versions?
Do you have any idea how to compare array with pointer in c?
How do you override a defined macro?
Write a code on reverse string and its complexity.