IS Doon college of Engn.. has good faculty
what is a NULL pointer?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What are structural members?
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 the general form of a C program?
Why C language is a procedural language?
What is the scope of global variable in c?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
Is reference used in C?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
Write a program in c to input a 5 digit number and print it in words.
whether itis a structured language?