Describe static function with its usage?
No Answer is Posted For this Question
Be the First to Post Answer
How pointers are declared?
Hi can anyone tell what is a start up code?
Can main () be called recursively?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
What is this infamous null pointer, anyway?
What is the difference between the expression “++a” and “a++”?
what are non standard function in c
How we can write a value to an address using macro..?
What are the advantages of using new operator as compared to the function malloc ()?
Differentiate between a for loop and a while loop? What are it uses?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?