What is pre-emptive data structure and explain it with example?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
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 the advantage and disadvantage of recursion
What is Function Pointer? Explain with example?
What is a newline escape sequence?
difference between loading and linking
Explain the term printf() and scanf() used in c language?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What do you mean by dynamic memory allocation in c? What functions are used?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is difference between structure and union in c programming?