What is the use of pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
who is the editor of 'pokemon'?
Can we include one C program into another C program if yes how?
List some basic data types in c?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
Explain what are the __date__ and __time__ preprocessor commands?
What does 2n 4c mean?
Do you know the purpose of 'register' keyword?
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,
What are register variables? What are the advantage of using register variables?
why do we use # in c-language?
read an array and search an element