a=10;b= 5;c=3;d=3;
if(a printf(%d %d %d %d a,b,c,d)
else printf("%d %d %d %d a,b,c,d);
what is a void pointer?
What is the ANSI C Standard?
without using arithmatic operator convert an intger variable x into x+1
i have a written test in tomorrow
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Sir i need notes for structure,functions,pointers in c language can you help me please
When is an interface "good"?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
what is the main use of c where it can use the 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.