What is the difference between malloc() and calloc() function in c language?
No Answer is Posted For this Question
Be the First to Post Answer
c program to print a name without using semicolon
Explain what happens if you free a pointer twice?
Are bit fields portable?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Are the variables argc and argv are always local to main?
What’s the special use of UNIONS?
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
What is a pointer in c?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
Explain how can I prevent another program from modifying part of a file that I am modifying?
Why use int main instead of void main?
Explain how do you override a defined macro?