What is strcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
How can you determine the size of an allocated portion of memory?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
Program to find the absolute value of given integer using Conditional Operators
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
write a program to add two numbers of any size.....(remember any size)
what is C?
What do you mean by team??
Write a program to print prime nums from 1-20 using c programing?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is sizeof int in c?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice