Top 50 questions of Basic C programming
Write a program to print numbers from 1 to 100 without using loops
Write a C program to swap two variables without using a temporary variable.
What is the 8 queens problem? Write a C program to solve it?
Write a C program to print a square matrix helically.
Write a C program to reverse a string.
Write a C program to reverse the words in a sentence in place.
Write a C program generate permutations.
Write...