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
write a program without using main function?
What is const volatile variable in c?
what is the difference between procedure oriented and object oriented progaming language
What is the benefit of using #define to declare a constant?
Is it better to use a macro or a function?
How do we print only part of a string in c?
What is #include conio h?
How would you find a cycle in a linked list?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What's wrong with "char *p; *p = malloc(10);"?
write a program to display all prime numbers