Is array a primitive data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do I use void main?
why i join syntel?
23 Answers ABC, Syntel, TCS,
Explain what are the different file extensions involved when programming in c?
Give me the code of in-order recursive and non-recursive.
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
What is the difference between void main and main in c?
What is volatile variable in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
program to find middle element of linklist?