Explain the difference between malloc() and calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between NULL & NUL keywords in C?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
difference of two no's with out using - operator
Can we write a program without main() function?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Write a simple code fragment that will check if a number is positive or negative.
What does %d do?
What functions are in conio h?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is the use of header files?
How can you increase the allowable number of simultaneously open files?