What is main function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between a free-standing and a hosted environment?
how to add two numbers without using arithmetic operators?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
What is a null pointer in c?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
What's a "sequence point"?
Write a c program to print the sizes and ranges of different data types in c?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Differentiate between declaring a variable and defining a variable?
Write a program to generate prime factors of a given integer?
Explain function?
write a progrmm in c language take user interface generate table using for loop?