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 5651#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 15419write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
HCL,
5 15080
What is meant by initialization and how we initialize a variable?
Can math operations be performed on a void pointer?
What do you mean by invalid pointer arithmetic?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is the difference between a string and an array?
What are terms in math?
Where static variables are stored in memory in c?
What is bubble sort technique in c?
What is string constants?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Explain how can a program be made to print the name of a source file where an error occurs?
Explain what is a static function?
Write a program to print all permutations of a given string.
What is the meaning of ?
What is the meaning of typedef struct in c?