How to declare pointer variables?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between Function to pointer and pointer to function
difference between ordinary variable and pointer in C?
What is the difference between GETS();AND SCANF();
Which node is more powerful and can handle local information processing or graphics processing?
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
please give me some tips for the selection in TCS.
write a prgram of swapping with 2 valiables
What are volatile variables?
What is a buffer in c?
Explain what is dynamic data structure?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is quick sort in c?