what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel
5) 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
What is sizeof in c?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
What is the difference between a function and a method in c?
What is the difference between static and global variables?
1 1 12 21 123 321 12344231 how i creat it with for loop??
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
Difference between C and Embedded C?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
Why can't I perform arithmetic on a void* pointer?
What is c language and why we use it?