When should the const modifier be used?
No Answer is Posted For this Question
Be the First to Post Answer
Is Exception handling possible in c language?
Is it better to use malloc() or calloc()?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
Explain what is the benefit of using enum to declare a constant?
What do you mean by a local block?
How can I increase the allowable number of simultaneously open files?
What is the meaning of && in c?
What is a node in c?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
where do we use volatile keyword?