Answer Posted / manish soni tagore collage jai
size of integer is
sizeof(int);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the need of structure in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
How can you call a function, given its name as a string?
Why is c so powerful?
What are the different types of constants?
What are the two types of structure?
Why is extern used in c?
Why c is called object oriented language?
Explain built-in function?
Differentiate between new and malloc(), delete and free() ?
What is putchar() function?
What is ctrl c called?
How many types of operator or there in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Why cant I open a file by its explicit path?