Answer Posted / thulasi
int is a integer data type that represents a variable with the integeral values
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i have a written test for microland please give me test pattern
How can I access an I o board directly?
What does a function declared as pascal do differently?
What is string concatenation in c?
When should you use a type cast?
What are different types of pointers?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is a far pointer in c?
Explain what is wrong with this statement? Myname = ?robin?;
Which one would you prefer - a macro or a function?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Why do we use header files in c?
Why does this code crash?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What are the back slash character constants or escape sequence charactersavailable in c?