Do character constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
What does main () mean in c?
what is c?
What is the difference between procedural and declarative language?
program in c to print 1 to 100 without using loop
Are the expressions * ptr ++ and ++ * ptr same?
How many main () function we can have in a project?
Why is main function so important?
How to write c functions that modify head pointer of a linked list?
Write a C program to fill a rectangle using window scrolling
What is wrong with this program statement? void = 10;
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.