Answer Posted / saranya
initialize during the runtime of the program execution.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the size of structure in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Explain what is the difference between functions getch() and getche()?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
How can I get the current date or time of day in a c program?
What is c variable?
What is #line used for?
Write programs for String Reversal & Palindrome check
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is pointers in c?
What is the use of bitwise operator?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Where static variables are stored in memory in c?
What are unions in c?