What is wrong with this code?
No Answer is Posted For this Question
Be the First to Post Answer
Eight queens puzzle
no consistent academics. how to answer the question
What is the difference between near, far and huge pointers?
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).
What is storage class?
How does normalization of huge pointer works?
Difference between linking and loading?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
what is difference between c and c++
what is Array?
Why is extern used in c?