What is main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is pragma c?
tell me the full form of c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is the difference between constant pointer and pointer to a constant. Give examples.
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is #line?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Why do we use static in c?
How can you dynamically allocate memory in C?
Can you please explain the scope of static variables?
What are the Advantages of using macro