Why static is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is structure packing ?
what is a static function
What is strcpy() function?
what is c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is FIFO?
What are the various types of control structures in programming?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
How can variables be characterized?
How many bytes is a struct in c?