Explain how can a program be made to print the line number where an error occurs?
What is the purpose of scanf() and printf() functions?
What is the total generic pointer type?
How to find a missed value, if you want to store 100 values in a 99 sized array?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
How pointer is different from array?
Ow can I insert or delete a line (or record) in the middle of a file?
What are preprocessor directives in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is pragma in c?
List the variables are used for writing doubly linked list program.
What is omp_num_threads?
Give me the code of in-order recursive and non-recursive.
Do you know what are bitwise shift operators in c programming?