Find MAXIMUM of three distinct integers using a single C statement
No Answer is Posted For this Question
Be the First to Post Answer
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
write a c program in such a way that if we enter the today date the output should be next day's date.
Without Computer networks, Computers will be half the use. Comment.
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
the operator for exponencation is a.** b.^ c.% d.not available
main() { int a[10]; printf("%d",*a+1-*a+3); }
What does the message "automatic aggregate intialization is an ansi feature" mean?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
What is "Duff's Device"?
What is the difference between void main() and void main (void) give example programme?
How to establish connection with oracle database software from c language?