Answer Posted / karthikeyan
keywords are the words which have a specific meaning and
cannot be used as a variable
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Explain how are portions of a program disabled in demo versions?
develop algorithms to add polynomials (i) in one variable
simple program of graphics and their output display
What are the different types of endless loops?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Explain threaded binary trees?
Explain how does free() know explain how much memory to release?
Why void is used in c?
What is a pointer in c plus plus?
Is c# a good language?
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 is #error and use of it?
How many data structures are there in c?
Can an array be an Ivalue?