Why is c faster?
No Answer is Posted For this Question
Be the First to Post Answer
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
How to explain the final year project as a fresher please answer with sample project
What is the difference between procedural and functional programming?
What is operator precedence?
Juxtapose the use of override with new. What is shadowing?
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>>>>>
Can you pass an entire structure to functions?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Explain what is gets() function?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
Which weighs more, a gram of feathers or a gram of gold?
What is spaghetti programming?