What is the difference between class and object in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between pure virtual function and virtual function?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
What is auto keyword in c?
Which type of language is c?
what is the mean of c languages.
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
Write a program to print prime nums from 1-20 using c programing?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
What are the two forms of #include directive?
What is a string?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??