What does static variable mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to find the smallest of three integers, without using any of the comparision operators.
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
how to find binary of number?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
Write a C program to print 1 2 3 ... 100 without using loops?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
How can you invoke another program from within a C program?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What are macros in C?
How many main () function we can have in a project?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Define C in your own Language.