Are global variables static in c?
No Answer is Posted For this Question
Be the First to Post Answer
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
How can variables be characterized?
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
Explain the difference between #include "..." And #include <...> In c?
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is pointers in c with example?
How to calculate sum
Differentiate between full, complete & perfect binary trees.
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
which is faster execution: loops or recursion?