What are static variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
which is the best antivirus and how to update it
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Explain the difference between call by value and call by reference in c language?
What are the __date__ and __time__ preprocessor commands?
write a code for large nos multilication (upto 200 digits)
Can I pass constant values to functions which accept structure arguments?
Differentiate between the expression “++a” and “a++”?
find largest element in array w/o using sorting techniques.
If null and 0 are equivalent as null pointer constants, which should I use?
Prove or disprove P!=NP.
What functions are used in dynamic memory allocation in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only