Why is c fast?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a way to jump out of a function or functions?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
What is a loop?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
In C language what is a 'dangling pointer'?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is pointer to pointer in c?
What is build process in c?
What is new line escape sequence?
write a program to find lcm and hcf of two numbers??
Write a program to find the biggest number of three numbers in c?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.