get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
3 5052input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
IBM,
4 6149Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 4101
Can a program have two main functions?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Why c language?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is the default value of local and global variables in c?
Can we use any name in place of argv and argc as command line arguments?
how to build a exercise findig min number of e heap with list imlemented?
When should a far pointer be used?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is the mean of function?
What is meant by 'bit masking'?
Difference between Function to pointer and pointer to function
What are conditional operators in C?
What is a macro?
Explain what is the advantage of a random access file?