What is calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
how can u print a message without using any library function in c
How can you allocate arrays or structures bigger than 64K?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
write a programme that inputs a number by user and gives its multiplication table.
What is the relation between # and include<stdio.h>
What are enumerated types?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
How many keywords are there in c?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
Write a program that receives as input a number omaadel-n-print, four digits.
When c language was developed?
Explain what is the difference between declaring a variable and defining a variable?