We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
1.
Give the block diagram of a computer explain functionality of each component
2. Explain different data types supported by c language with their memory requirements 3. Write about basic input output operations and determine the value of the following c expressions Int x=5,y,z; y-x++; z=++x; printf(“%d%d”,x,y)’ 4. Write a short notes on the following problem solving strategies i) Top-down approach II) Bottom up approach 5. How does a switch statement works? Draw a flow chart of switch statement and give an example program 6. Develop a program to check whether the given number is prime number or not 7. Develop a program to check whether by number entered by is even number or odd number use if else statement 8. Differentiates between while and do-while loop with an example
1. Define flowchart explain with example?
2. Write the general structure of c 3. What is variable illustrate with an example 4. Define keyword and constant 5. Write the syntax of looping statement 6. Given the difference between entry control and exit control loop