What's the total generic pointer type?
No Answer is Posted For this Question
Be the First to Post Answer
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
Write a program to compute the following 1!+2!+...n!
What is the value of uninitialized variable in c?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
what is the hardware model of CFG( context free grammar)
what is difference between overriding and overloading?
How do I get a null pointer in my programs?
What is a node in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
If I have a char * variable pointing to the name of a function ..
what type of errors are checked during compilation