What are the application of c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of enum in bytes?
How does pointer work in c?
code for bubble sort?
which operator is known as dummy operator in c?
Why do we use int main instead of void main in c?
Write a program that accept anumber in words
Can you add pointers together? Why would you?
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.
Is that possible to add pointers to each other?
What are the types of pointers?
Taking an example,differentiate b/w loader and linker ?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,