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
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What are the back slash character constants or escape sequence charactersavailable in c?
What does %c mean in c?
Explain b+ tree?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is c method?
Describe explain how arrays can be passed to a user defined function
How many identifiers are there in c?
Difference between strcpy() and memcpy() function?
When can you use a pointer with a function?
What is the difference between the = symbol and == symbol?
What is a program flowchart and explain how does it help in writing a program?
What is the use of a static variable in c?
Why cant I open a file by its explicit path?
what are the 10 different models of writing an addition program in C language?