how to make a scientific calculater ?
No Answer is Posted For this Question
Be the First to Post Answer
write a program for even numbers?
Do you know the difference between malloc() and calloc() function?
code for selection sort?
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 the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is the difference between functions getch() and getche()?
What is cohesion and coupling in c?
What are categories used for in c?
What does the message "warning: macro replacement within a string literal" mean?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...