Explain can static variables be declared in a header file?
No Answer is Posted For this Question
Be the First to Post Answer
what does static variable mean?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Is c high or low level?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
List a few unconditional control statement in c.
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
What is keyword with example?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
print a "hello" word without using printf n puts in c language
write a program of bubble sort using pointer?
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer