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 5913#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 16149write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
HCL,
5 15555
What is difference between && and & in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Discuss the function of conditional operator, size of operator and comma operator with examples.
Is there a way to switch on strings?
What does != Mean in c?
Explain output of printf("Hello World"-'A'+'B'); ?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Where are some collections of useful code fragments and examples?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is the use of ?
What is const volatile variable in c?
What does the file stdio.h contain?
What is unary operator?
How does free() know explain how much memory to release?
What is advantage of pointer in c?