What is calloc()?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program for swapping two strings using pointer
can anyone please tell about the nested interrupts?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What are header files why are they important?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
In which area global, external variables are stored?
What are operators in c?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
What is the difference between the expression “++a” and “a++”?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?