What are the scope of static variables?
No Answer is Posted For this Question
Be the First to Post Answer
what is the definition of storage classes?
How can you return multiple values from a function?
write a function which accept two numbers from main() and interchange them using pointers?
How to set a variable in the environment list?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
where do we use structure pointer?
which types of data structure will i use to convert infix to post fix???
Write a program to generate the Fibinocci Series
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is signed and unsigned?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?