Can we change the value of constant variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
where do we use volatile keyword?
Write a function to find the area of a triangle whose length of three sides is given
Why are all header files not declared in every c program?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is an expression?
Why c language is called c?
Differentiate between calloc and malloc.
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What does %c do in c?
Binary tree traversing