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 4315struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
3 6985Write 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 5873I 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
What is the usage of the pointer in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are the advantages and disadvantages of c language?
What is break in c?
What is %lu in c?
How important is structure in life?
What do you mean by keywords in c?
How do I use strcmp?
How can you read a directory in a C program?
Can I initialize unions?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Write a program to show the change in position of a cursor using c
Are pointers integer?
What does sizeof return c?
What is %s and %d in c?