What are the benefits of c language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that receives as input a number omaadel-n-print, four digits.
What does the && operator do in a program code?
Write a c program to print the sizes and ranges of different data types in c?
Do you know the difference between malloc() and calloc() function?
How does normalization of huge pointer works?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
declare afunction pointer to int printf(char *)?
what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
void main() { int i=5; printf("%d",i++ + ++i); }
Difference between Function to pointer and pointer to function
what is the difference between const volatile int i & volatile const int j;
what is a stack