what do you mean by enumeration constant?
No Answer is Posted For this Question
Be the First to Post Answer
What is storage class?
How can I find out how much free space is available on disk?
What is the difference between i++ and i+1 ?(in terms of memory)
Write a program in c to input a 5 digit number and print it in words.
what is the difference between embedded c and turbo c ?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
which one is better structure or union?(other than the space occupied )
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); }
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none