Explain what is the benefit of using #define to declare a constant?
No Answer is Posted For this Question
Be the First to Post Answer
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
Does c have an equivalent to pascals with statement?
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
C,c++, Java is all are structural oriented or procedure oriented language..?
How can I read and write comma-delimited text?
What is the use of pragma in embedded c?
Explain how can I manipulate strings of multibyte characters?
ASCII stands for
What are the modifiers available in c programming language?
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.
How can variables be characterized?
What is 'bus error'?