Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 115175) 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 4434struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
3 7129Write 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 6014I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
2407what will be the output off the following program?
#include
HCL,
9 12937
Why c is a procedural language?
Explain how can I make sure that my program is the only one accessing a file?
What is return in c programming?
What is strcmp in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Which programming language is best for getting job 2020?
What is the difference between a string and an array?
Why ca not I do something like this?
Why calloc is better than malloc?
What is void c?
What is difference between array and structure in c?
What are the advantage of c language?
Why is structure important for a child?
What are structural members?
What is null pointer in c?