In c language can we compile a program without main() function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of bitfields & where do we use them?
How does selection sort work in c?
Is there a built-in function in C that can be used for sorting data?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
How would you print out the data in a binary tree, level by level, starting at the top?
What do the functions atoi(), itoa() and gcvt() do?
What is meant by global static? why we have to use static variable instead of Global variable
What are shell structures used for?
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
Is c is a low level language?
What is the general form of function in c?