Biggest Cat’s decided to start a blog. The crazy cat’s been busy snooping around places and collecting information of all sorts. He can’t wait to put ‘em all up here on his very own blog. But he’s not doing random stuff. No! He’s out with a plan! (prrr!!!).
Biggest Cat sometimes wonders at the strange name that’s been given to him. He certainly isn’t the biggest cat in the world,but his name changes everything! He is the biggest cat, because he is called Biggest Cat. There are so many mysteries as to why he was christened “Biggest Cat”
So stay tuned and don't forget to subscribe . Check out for More...
Feb
3rd

Important C questions-5

Author: admin | Files under Interview

63.    Write a program which employs Recursion
64.    Write a program which uses Command Line Arguments
65.    Write a program which uses functions like strcmp(), strcpy()? etc
66.    What are the advantages of using typedef in a program?
67.    How would you dynamically allocate a one-dimensional and two-dimensional array of integers?
68.    How can you increase the size of a dynamically allocated array?
69.    How can you increase the size of a statically allocated array?
70.    When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
71.    Which function should be used to free the memory allocated by calloc()?
72.    How much maximum can you allocate in a single call to malloc()?
73.    Can you dynamically allocate arrays in expanded memory?
74.    What is object file? How can you access object file?
75.    Which header file should you include if you are to develop a function which can accept variable number of arguments?
76.    Can you write a function similar to printf()?
77.    How can a called function determine the number of arguments that have been passed to it?
78.    Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
79.    How do you declare the following:
o    An array of three pointers to chars
o    An array of three char pointers
o    A pointer to array of three chars
o    A pointer to function which receives an int pointer and returns a float pointer
o    A pointer to a function which receives nothing and returns nothing

Post a Comment