Write a C program to fill a rectangle using window scrolling
Answer / venki
I DON'T KNOW. IF U KNOW TELL THE ANSWER
PLEASEEEEEEE............
| Is This Answer Correct ? | 2 Yes | 4 No |
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What are compound statements?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Explain setjmp()?
What is a scope resolution operator in c?
how to create c progarm without void main()?
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).
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
Explain about block scope in c?
Explain how can you tell whether two strings are the same?
What is the difference between union and structure in c?