What is %s and %d in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we write a program without main() function?
can we define a function in structure?
Can a variable be both constant and volatile?
how to write a bubble sort program without using temporary variable?
What is static and auto variables in c?
What are derived data types in c?
What is d scanf?
Tell me with an example the self-referential structure?
What is the difference between call by value and call by reference in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Write a C program that reads a series of strings and prints only those ending in "ed"
What is the use of c language in real life?