Which header file is essential for using strcmp function?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Explain what is dynamic data structure?
What is the proper way of these job Tell me about there full work
How to convert decimal to binary in C using recursion??
write a program to copy the string using switch case?
Explain function pointer with exapmles.
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 is a pointer variable in c language?
Between macros and functions,which is better to use and why?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..