What is size of union in c?
No Answer is Posted For this Question
Be the First to Post Answer
can any one provide me the notes of data structure for ignou cs-62 paper
Why is C called a middle-level language?
How can I remove the trailing spaces from a string?
Write a program that accept anumber in words
write a program to display reverse of a number using for loop?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What does the && operator do in a program code?
Is there a way to switch on strings?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is the difference between int and float?