What are Storage Classes in C ?
Answer Posted / a
a
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
What is openmp in c?
Explain what does it mean when a pointer is used in an if statement?
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.
Differentiate between Macro and ordinary definition.
How do you print only part of a string?
What is signed and unsigned?
What is an array in c?
How many types of errors are there in c language? Explain
What are structure types in C?
What is the difference between malloc() and calloc() function in c language?
What extern c means?
By using C language input a date into it and if it is right?
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's a good way to check for "close enough" floating-point equality?
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.