What is strcmp in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
What is anagram in c?
Differentiate between static and dynamic modeling.
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
How does free() know explain how much memory to release?
What are the two types of functions in c?
Is using exit() the same as using return?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
What does p mean in physics?
program to print upper & lower triangle of a matrix