What are qualifiers and modifiers c?
No Answer is Posted For this Question
Be the First to Post Answer
What is main function in c?
What is static identifier?
Explain the difference between ++u and u++?
which will be first in c compiling ,linking or compiling ,debugging.
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
How do I declare a pointer to an array?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
Is void a keyword in c?
Table of Sudoku n*n
What are logical errors and how does it differ from syntax errors?
write a program to display reverse of a number using for loop?
what is purpose of fflush(stdin) function