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
A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone
What is meant by realloc()?
What are the types of type specifiers?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
Define function pointers?
declare afunction pointer to int printf(char *)?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
How do c compilers work?
Where local variables are stored in c?
Why we write conio h in c?