What is the difference between void main() and void main (void) give example programme?
No Answer is Posted For this Question
Be the First to Post Answer
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
what type of questions arrive in interview over c programming?
Write a code to generate a series where the next element is the sum of last k terms.
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Why preprocessor should come before source code?
what are the interview question's in the language c
const char * char * const What is the differnce between the above tow?.
what is the format specifier for printing a pointer value?
What is this infamous null pointer, anyway?
What is the Difference between Class and Struct?