Is fortran faster than c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is define c?
find out largest elemant of diagonalmatrix
How would you find a cycle in a linked list?
What are bitwise shift operators in c programming?
main() { float a=3.2e40; printf("%d",a); }
What is use of bit field?
Explain how can I right-justify a string?
What is data structure in c programming?
What is a program flowchart and how does it help in writing a program?
out put of printf(ā%dā,printf(ram));
explain what is fifo?