About Me

Assignment of c Programming Language


Assignment of c Programming Language for CBCS students

1. What is variable?
2. How many bytes are required to store integer type value?
3. How many bytes are required to store float type value?
4. How many bytes are required to store char type value? 
5. Which are relational operator?
6. Which are logical Operators?
7. Which are Bitwise Operators?
8. Which are unformatted input output functions?
9. Which are formatted input output functions?
10. What is Disk IO Function?
11. Give syntax of simple if statement
12. Give syntax of simple if – else statement
13. Give syntax of simple nested if – else statement? 
14. What is nested loop? 
15. What is Syntax Error?
16. What is Logical Error?
17. What is Run Time Error? 
18. Define Array
19. Give general Syntax to declare One dimensional array
20. Give general Syntax to declare two dimensional array
21. What is function?
22. What is built in function?
23. What is use of return statement?
24. What is the use of strcat() function?
25. What is the use of strcmp() function?
26. What is the use of strrev() function?
27. What is the use of strlen() function?
28. What is the use of strcpy() function?
29. What is recursive function?
30. What do you mean by call by value?
31. What do you mean by call by reference? 
32. What is structure?
33. What is main difference between structure and union? 

Post a Comment

0 Comments