Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 113285) 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 4314struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
3 6983Write 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 5869I 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 12674
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Why does not c have an exponentiation operator?
Why shouldn’t I start variable names with underscores?
Explain what is a static function?
Write a code to generate divisors of an integer?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Explain the difference between structs and unions in c?
Explain what are global variables and explain how do you declare them?
What extern c means?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Is void a keyword in c?
What is difference between class and structure?
what is different between auto and local static? why should we use local static?
Can we access the array using a pointer in c language?
What are terms in math?