What is the difference between if else and switchstatement
No Answer is Posted For this Question
Be the First to Post Answer
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
marge linklist
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Can math operations be performed on a void pointer?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What does %c do in c?
What is the scope of static variables in c language?
Is c call by value?
What is malloc and calloc?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
what is use of malloc and calloc?