What is New modifiers?
No Answer is Posted For this Question
Be the First to Post Answer
Explain enumerated types.
what is bitwise operator?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
Should I learn c before c++?
String concatenation
List some applications of c programming language?
What is the difference between procedural and declarative language?
2. What does static variable mean?
When should volatile modifier be used?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Are comments included during the compilation stage and placed in the EXE file as well?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.