Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 113255) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
TCS,
1 4312struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
3 6981Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
3 5867I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
2372what will be the output off the following program?
#include
HCL,
9 12667
What is pass by reference in functions?
What is a newline escape sequence?
What is the use of in c?
What is meant by errors and debugging?
how can I convert a string to a number?
What is a pointer and how it is initialized?
What is static volatile in c?
What is header file in c?
List some of the static data structures in C?
What are the types of type qualifiers in c?
How can I find the modification date and time of a file?
How many types of arrays are there in c?
What is an endless loop?
How many types of sorting are there in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code