Answer Posted / asha
static functions are functions that are only visible to
other functions in the same file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How many data structures are there in c?
What is the use of putchar function?
What are multidimensional arrays?
What is indirection?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Why is c faster?
Explain about block scope in c?
What is wrong with this declaration?
How can you convert integers to binary or hexadecimal?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
How does free() know explain how much memory to release?
What are pointers really good for, anyway?
Why is python slower than c?
Explain b+ tree?