What is calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is echo in c programming?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
What are lookup tables in c?
What is the size of structure pointer in c?
What is the difference between pure virtual function and virtual function?
What is getch c?
Does free set pointer to null?
print the palindrome numbers in between 0 to n
Can a binary search tree be used as an index? If yes, how? Explain
What are the application of void data type in c?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
Write a program to find whether the given number is prime or not?