← Back to Home

💻 C Programming Viva

Pointers, Arrays & Logic

🔥 Core Questions

Q1. Difference between printf() and scanf()?

printf outputs data to screen, scanf reads input from user.

Q2. What is a Pointer?

A variable that stores the memory address of another variable.

🤖 Ask Coding Logic