What is scope of variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the diference between pointer to the function and function to the pointer?
nic scientist exam
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
how to print this sereis 2 4 3 6 5..........?
What are static variables in c?
what is the role you expect in software industry?
What are formal parameters?
Explain the Difference between the New and Malloc keyword.
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
How can I run c program?
Can a function argument have default value?
What does the characters “r” and “w” mean when writing programs that will make use of files?