Explain why c is faster than c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is c programming hard?
What's a "sequence point"?
Who developed c language?
how many error occurs in C language ?
what is data structure
What are header files and what are its uses in C programming?
Write a Program to accept different goods with the number, price and date of purchase and display them
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is page thrashing?
biggest of two no's with out using if condition statement
What is the general form of function in c?