How many identifiers are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
why do we use pointer instead directly acessing the data?
What is the difference between fread buffer() and fwrite buffer()?
Explain the properties of union. What is the size of a union variable
Write a c program to demonstrate Type casting in c?
What are called c variables?
What is the difference between printf and scanf )?
What is a 'null pointer assignment' error?
How can I use a preprocessorif expression to ?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
with out using main how to execute the program?
what is compiler
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