application attempts to perform an
operation?
No Answer is Posted For this Question
Be the First to Post Answer
What is a const pointer?
Why is sizeof () an operator and not a function?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
What does the function toupper() do?
. Write a program to get a string and to convert the 1st letter of it to uppercase
When should a type cast not be used?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
Program to find the value of e raised to power x using while loop
What are loops c?
How do you convert strings to numbers in C?
What are the differences between new and malloc in C?