What are types of structure?
No Answer is Posted For this Question
Be the First to Post Answer
What is atoi and atof in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Explain how can a program be made to print the line number where an error occurs?
Why doesn't C have nested functions?
void main() { int a=1; while(a++<=1) while(a++<=2); }
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
how to print 212 as Twohundreds twelve plz provide me ans soon
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Write a program to check palindrome number in c programming?