What are the scope of static variables?
In c programming language, how many parameters can be passed to a function ?
When should you not use a type cast?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is the difference between functions getch() and getche()?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Why ca not I do something like this?
How many keywords (reserve words) are in c?
What is realloc in c?
What is linear search?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
write a program to check whether a number is Peterson or not.
What is a macro, and explain how do you use it?