what do you mean by enumeration constant?
No Answer is Posted For this Question
Be the First to Post Answer
What are the usage of pointer in c?
WHAT IS HIGH LEVEL LANGUAGE?
Write a program to swap two numbers without using third variable?
Explain how can I read and write comma-delimited text?
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
Explain what will the preprocessor do for a program?
How to write a C program to determine the smallest among three nos using conditional operator?
How is actual parameter different from the formal parameter?
Linked lists -- can you tell me how to check whether a linked list is circular?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
post new interiew question and aptitude test papers
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none