Do character constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you list files in a directory?
How many keywords are there in c?
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
write a program to copy the string using switch case?
without using arithmatic operator solve which number is greater??????????
Why are algorithms important in c program?
Explain built-in function?
What is the most efficient way to store flag values?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
write a program to count the no of repaeted words in a line?
What is a header file?
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,