Explain why c is faster than c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a simple program to find the size of different basic data types in C.
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
What is void main () in c?
what is recursion in C
Differentiate between declaring a variable and defining a variable?
what is differnence b/w macro & functions
write a programe returns the number of times the character appears in the string
Explain that why C is procedural?
give an example of type casting by a simple c program
Write a program to know whether the input number is an armstrong number.
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
What is the Difference between Class and Struct?