What are structures and unions? State differencves between them.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate fundamental data types and derived data types in C.
What is the use of printf() and scanf() functions?
write a program to display the numbers having digit 9 in the given range from 1 to 100
How to draw the flowchart for structure programs?
why wipro wase
What is the scope of static variable in c?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Why void main is used in c?
How to implement variable argument functions ?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list