Explain what are run-time errors?
No Answer is Posted For this Question
Be the First to Post Answer
How can a string be converted to a number?
two variables are added answer is stored on not for third variable how it is possible?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
What is the difference between ‘g’ and “g” in C?
how can make variable not in registers
how can u print a message without using any library function in c
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Why main is not a keyword in c?
Are the variables argc and argv are local to main?
Write a progarm to find the length of string using switch case?