how to compare two strings without using strcmp() function??
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
Is sizeof a keyword in c?
why return type of main is not necessary in linux
what is the difference between global variable & static variable declared out side all the function in the file.
Why is sprintf unsafe?
WHAT IS ABSTRACT DATA TYPE
How do I initialize a pointer to a function?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Can you think of a way when a program crashed before reaching main? If yes how?
change to postfix a/(b+c*d-e)
Write a C program to perform some of the operation which can be performed using Single linked list
In header files whether functions are declared or defined?