What is malloc and calloc?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between embedded c and turbo c ?
write an interactive program to generate the divisors of a given integer.
Explain the differences between public, protected, private and internal.
write a program to remove duplicate from an ordered char array? in c
c program for searching a student details among 10 student details
How will you write a code for accessing the length of an array without assigning it to another variable?
difference between native and cross compilers
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
Why do we use static in c?
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is New modifiers?