Explain union. What are its advantages?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of define in c?
Why static variable is used in c?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
Explain what are multidimensional arrays?
How do you write a program which produces its own source code as output?
Write a program to generate the Fibinocci Series
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
How can I ensure that integer arithmetic doesnt overflow?
What is function in c with example?
What is sizeof array?