What are enums in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is abstract data structure in c?
Why header files are used?
How can I split up a string into whitespace-separated fields?
why we use "include" word before calling the header file. is there any special name for that include??????
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Is an array parameter is always "by reference" ?
Explain what is the difference between null and nul?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
5) 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.without using big int and exponential function
How can I find leaf node with smallest level in a binary tree?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {