What does int main () mean?
No Answer is Posted For this Question
Be the First to Post Answer
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is the role of && operator in a program code?
Explain how do you print an address?
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,
Can a binary search tree be used as an index? If yes, how? Explain
Why ca not I do something like this?
What are function pointers? Provide an example.
how to swap two integers 1 and 32767 without using third variable
main() { int i=400,j=300; printf("%d..%d"); }
Why is python slower than c?
Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .