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
what is a NULL pointer?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
what is the difference between static variable and register variable?
What are the types of macro formats?
What is getch () for?
what is the difference between %d and %*d in c languaga?
Table of Sudoku n*n
What is use of null pointer in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Explain how do you declare an array that will hold more than 64kb of data?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,