What are the differences between new and malloc in C?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to store and print name,address,roll.no of a student using structures?
How do you define CONSTANT in C?
Write a code to generate divisors of an integer?
What is meaning of tree
What is a union?
Is c is a high level language?
what is an array
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
What is struct node in c?
Reverse a string word by word??
can we have joblib in a proc ?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }