Who invented b language?
No Answer is Posted For this Question
Be the First to Post Answer
Can a function argument have default value?
what type of language is C?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is the data segment that is followed by c?
What is the purpose of main() function?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
why programming language C is still used in operating system's kernel??
write a program structure to find average of given number
What are qualifiers in c?
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,