write a program to display all prime numbers
Explain what is the concatenation operator?
what is the output of below int n=10; (n++)++; printf("%d",n);
How is pointer initialized in c?
What is boolean in c?
Program to find largest of three numbers without using comparsion operator?
What is wrong with this program statement? void = 10;
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
Why is extern used in c?
Why array starts with index 0
What is quick sort in c?
What are the different types of control structures in programming?
What is c mainly used for?