What are the basic data types associated with c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
what is the meaning of 'c' language
Why #include is used in c language?
Can one function call another?
Give basis knowledge of web designing ...
What are extern variables in c?
What is the 'named constructor idiom'?
convert 0.9375 to binary
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
What is null pointer constant?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
What is difference between function overloading and operator overloading?