What is f'n in math?
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to use a macro or a function?
What is the difference between array and pointer?
What is multidimensional arrays
What is wrong with this program statement? void = 10;
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
A program to write a number of letters and numbers, such as counting and display
Is there any possibility to create customized header file with c programming language?
how to find greatet of 10 numbers without using array?
what is a static function
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What are the key features in c programming language?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }