prog for 1st five prime numbers in 2^x - 1
No Answer is Posted For this Question
Be the First to Post Answer
What is printf () in c?
Are the variables argc and argv are local to main?
What are the functions to open and close the file in c language?
Explain the binary height balanced tree?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
how the compiler treats any volatile variable?Explain with example.
What is the purpose of main() function?
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 features of the c language?
What is difference between constant pointer and constant variable?
When c language was developed?
What are different types of pointers?