4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
3 5771#include
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 15833write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
HCL,
5 15313
Here is a neat trick for checking whether two strings are equal
How many keywords (reserve words) are in c?
How do you sort filenames in a directory?
Why is structure padding done in c?
Why is not a pointer null after calling free?
What is clrscr ()?
What is a structure in c language. how to initialise a structure in c?
Can include files be nested?
How can a program be made to print the line number where an error occurs?
Explain is it better to bitshift a value than to multiply by 2?
Explain how do you print an address?
What is the use of f in c?
What is auto keyword in c?
What are static variables in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?