Write a program to find the biggest number of three numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can you write a programmer for FACTORIAL using recursion?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
What is static memory allocation? Explain
write a program to find the largest and second largest integer from an array
How do you prevent buffer overflows in C?
What are run-time errors?
Are the variables argc and argv are always local to main?
explain memory layout of a C program
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
How to write a program for swapping two strings without using 3rd variable and without using string functions.
sir, i cannot find the way how to write aprogram by using array on queue