typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a :
a) Union
b) User defined type
c) Enumerated variable
d) none
No Answer is Posted For this Question
Be the First to Post Answer
how to write optimum code to divide a 50 digit number with a 25 digit number??
give an example of type casting by a simple c program
What are preprocessor directives?
what about "char *(*(*a[])())();"
what is meant by flushll() in c programming?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
What is a spanning Tree?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
What are Macros? What are its advantages and disadvantages?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
write a c program to convert fahrenheit to celsius?
What is the difference between the expression “++a” and “a++”?