C Programming 2024 New Syllabus Solution

12. Escape Sequences in C Escape sequences are combinations of characters that represent special characters in strings and character literals. They begin with a backslash (). Two examples: \n – Newline: Moves the cursor to the beginning of the next line

\t – Horizontal tab: Inserts a tab space

13. Nested Loop Example

  […]

Continue Reading

c progamming 2022 Makeup Solution

2) Write a program to check if two matrices are equal or not.

4)Write a program using pointer to  input 10 numbers  and store it in array and sort in ascending order using pointer.

5) write a program that reads 2 numbers from user and calculate sum and write it in  a file name “sum.dat” […]

Continue Reading