What is character constants?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that print itself even if the source file is deleted?
What is the difference between far and near ?
Program to simulate second clock
What are the uses of pre-processor directives?
WAP – represent a char in binary format
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
WHAT IS ABSTRACT DATA TYPE
Explain how do you determine a file’s attributes?
A program to write a number of letters and numbers, such as counting and display
Why do we need arrays in c?
What is the difference between NULL and NUL?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings