What is the benefit of using const for declaring constants?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong in this statement? scanf(“%d”,whatnumber);
Why doesnt long int work?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
what is the function of pragma directive in c?
What does it mean when a pointer is used in an if statement?
What are lookup tables in c?
Write a pro-gramme to determine whether the number is even or odd?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What are the advantages of c preprocessor?
p*=(++q)++*--p when p=q=1 while(q<=6)