Is exit(status) truly equivalent to returning the same status from main?
No Answer is Posted For this Question
Be the First to Post Answer
Explain logical errors? Compare with syntax errors.
How are strings stored in c?
What is far pointer in c?
How do you define a function?
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,
What is struct node in c?
LOGIC OF Bodmas?
what is a c-language.what is do.
What are called c variables?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
what is ans for this scanf(%%d",c);
second highest number in a given set of numbers