What’s the special use of UNIONS?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with this program statement?
Is null always defined as 0(zero)?
Why isnt there a numbered, multi-level break statement to break out
what is a non volatile key word in c language?
How do you generate random numbers in C?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the use of extern in c?
What is a union?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
what is bit rate & baud rate? plz give wave forms
how to write palindrome program?