Explain void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display the frequency of each element in a given array in c language
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
Can we replace the struct function in tree syntax with a union?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Can we increase size of array in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
why do we use pointer instead directly acessing the data?
What is the ANSI C Standard?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
a simple c program using 'for' loop to display the output 5 4 3 2 1
what is the maximum no. of bytes calloc can allocate