What are global variables and explain how do you declare them?
No Answer is Posted For this Question
Be the First to Post Answer
what are non standard function in c
What is keyword in c?
Describe the modifier in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is huge pointer in c?
Where register variables are stored in c?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
write a programming in c to find the sum of all elements in an array through function.
Prove or disprove P!=NP.