What are run-time errors?
No Answer is Posted For this Question
Be the First to Post Answer
What are called c variables?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
what is function pointer?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
Write a program to check prime number in c programming?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
How can a string be converted to a number?
What is the difference between static and global variables?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
What are different types of operators?