What is the default value of local and global variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do I convert a string to all upper or lower case?
How do I use void main?
Explain command-line arguments in C.
What are register variables? What are the advantage of using register variables?
State two uses of pointers in C?
what are bps & baud rates? differentiate these two?
What is the purpose of the statement: strcat (S2, S1)?
write a program to delete an item from a particular location of an linear array?
code for bubble sort?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What are reserved words with a programming language?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?