What is the explanation for modular programming?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What is auto keyword in c?
What are global variables and explain how do you declare them?
Is reference used in C?
Explain the meaning of keyword 'extern' in a function declaration.
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
wat are the two methods for swapping two numbers without using temp variable??
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
how to TOGGLE Nth bit of variable in a MACRO
Why we not create function inside function.
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
What is #define?