Which is better between malloc and calloc?
No Answer is Posted For this Question
Be the First to Post Answer
program to print upper & lower triangle of a matrix
Is main a keyword in c?
What is the difference between functions abs() and fabs()?
What is the purpose of & in scanf?
What are called c variables?
discuss the steps needed to get a program from source code to executable in a system?
Write a simple code fragment that will check if a number is positive or negative.
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
List some of the static data structures in C?
Explain how can I right-justify a string?
What is the purpose of macro in C language?
What are the loops in c?