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 4694#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 13362write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
HCL,
5 13502
What are control structures? What are the different types?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Is it valid to address one element beyond the end of an array?
Can we declare variables anywhere in c?
What is NULL pointer?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the correct code to have following output in c using nested for loop?
Explain 'bus error'?
What is a pointer variable in c language?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain what is the general form of a c program?
What is the use of function overloading in C?
What is advantage of pointer in c?
What are the advantages of using linked list for tree construction?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.