What is atoi and atof in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is the use of #define preprocessor in c?
Two's compliment of -5
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
WHAT IS PRE POSSESSORS?
which is an algorithm for sorting in a growing Lexicographic order
can we declare a function in side the structure?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
What is a structure and why it is used?
Do pointers store the address of value or the actual value of a variable?
Can we use any name in place of argv and argc as command line arguments?