What is the general form of a C program?
No Answer is Posted For this Question
Be the First to Post Answer
Explain built-in function?
What are different types of pointers?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
write a progam to display the factors of a given number and disply how many prime numbers are there?
What are the c keywords?
What is memory leak in c?
Differentiate between ordinary variable and pointer in c.
write a program to display & create a rational number
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
what are bitwise shift operators?
What is pragma c?