Explain enumerated types.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.

1 Answers   Cisco,


difference between the array and linked list general difference related to memory

2 Answers  


Are global variables static in c?

0 Answers  


Is c still used?

0 Answers  






The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


write a program that will print %d in the output screen??

9 Answers   Infosys,


which operator is known as dummy operator in c?

2 Answers   Wipro,


How do you sort filenames in a directory?

0 Answers  


What is a void pointer? When is a void pointer used?

0 Answers   Aspire, Infogain,


what is the difference between static variable and register variable?

3 Answers  


What is const keyword in c?

0 Answers  


Categories