What is pointer to pointer in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
char ch="{'H','I',0};printf("%s",ch);what is output
how does printf function work
An array name contains base address of the array. Can we change the base address of the array?
write a program in c to print **** * * * * ****
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What does main () mean in c?
Can a variable be both const and volatile?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
When should volatile modifier be used?
Do you know what is a programing language ?
How can you tell whether a program was compiled using c versus c++?
What is the difference between GETS();AND SCANF();