the data type used for unlimited value in c
and how to do this program
Answer Posted / soumya
Data type : float
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is the difference between text files and binary files?
What is printf () in c?
In which language linux is written?
What is ctrl c called?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What are loops in c?
How to throw some light on the b tree?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
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
Explain how do you print only part of a string?
How the c program is executed?
What is #ifdef ? What is its application?
Does * p ++ increment p or what it points to?
Where are c variables stored in memory?