What does 4d mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of macro in C language?
hi how to convert program from notepad to turboc editor can u please help me
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
Why use int main instead of void main?
inline function is there in c language?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
What is the heap in c?
Explain what are binary trees?
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
main() { float a=3.2e40; printf("%d",a); }
What is formal argument?
write a c program to store and print name,address,roll.no of a student using structures?