What is a void * in c?
No Answer is Posted For this Question
Be the First to Post Answer
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
What is static and auto variables in c?
Write a program in C to convert date displayed in gregorian to julian date
Why array is used in c?
What is the difference between near, far and huge pointers?
What is the difference between void main() and void main (void) give example programme?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
What is main () in c?
Can you mix old-style and new-style function syntax?
what is difference between c and c++
Write a pro-gramme to determine whether the number is even or odd?
Who developed c language?