What are the 5 elements of structure?
No Answer is Posted For this Question
Be the First to Post Answer
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Eight queens puzzle
When should a type cast be used?
const char * char * const What is the differnce between the above tow?.
What is Conio.h ?
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.
Why do we use main function?
What are structure members?
Is c procedural or functional?
What is %g in c?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).