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 5770#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 15832write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
HCL,
5 15312
Explain zero based addressing.
How do I swap bytes?
What is call by reference in functions?
Explain what is wrong with this program statement? Void = 10;
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is difference between union and structure in c?
#include
What is meant by type casting?
What is the best way to store flag values in a program?
What are 'near' and 'far' pointers?
What is the difference between union and structure in c?
Tell me can the size of an array be declared at runtime?
How is a macro different from a function?
Explain how can you restore a redirected standard stream?
What is header file in c?