Explain what are run-time errors?
No Answer is Posted For this Question
Be the First to Post Answer
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
What is pragma in c?
Program to trim a given character from a string.
what is pointer?
13 Answers HCL, TCS,
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is %g in c?
can u give me the good and very optimised code for a car racing game?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What is the difference between %d and %*d in C
Describe advantages and disadvantages of the various stock sorting algorithms