Do character constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
what is the difference between c and c++?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
What is the process to generate random numbers in c programming language?
What are multibyte characters?
related to rdbms query .
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Explain function pointer with exapmles.
What are the standard predefined macros?
What are nested functions in c?
Explain setjmp()?
how to find anagram without using string functions using only loops in c programming