Are global variables static in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 types of functions?
plz let me know how to become a telecom protocol tester. thank you.
Where is c used?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Which is better between malloc and calloc?
Why c is called a mid level programming language?
Dont ansi function prototypes render lint obsolete?
How can you pass an array to a function by value?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What is the difference function call by value & function call by reference?
Explain how can I right-justify a string?