Which weighs more, a gram of feathers or a gram of gold?
Answers were Sorted based on User's Feedback
What is header file in c?
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
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 are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
Why doesnt the call scanf work?
What are the advantages of using linked list for tree construction?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
write a program wch produces its own source code aas its output?
What is a MAC Address?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
How can you print HELLO WORLD without using "semicolon"?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me