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
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How can I read/write structures from/to data files?
write a program to rearrange the array such way that all even elements should come first and next come odd
Is it possible to have a function as a parameter in another function?
wap in c to accept a number display the total count of digit
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
FILE PROGRAMMING