Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 53965) 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 2742struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
3 4736Write 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 3596I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
1431what will be the output off the following program?
#include
HCL,
9 7564
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Explain how do you determine the length of a string value that was stored in a variable?
Can 'this' pointer by used in the constructor?
What is the maximum length of an identifier?
Which header file is essential for using strcmp function?
application attempts to perform an operation?
Why we use void main in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Between macros and functions,which is better to use and why?
What is a static function in c?
How do you generate random numbers in C?
What is typedef struct in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is an lvalue?
What's the best way of making my program efficient?