Explain how can a program be made to print the name of a source file where an error occurs?
No Answer is Posted For this Question
Be the First to Post Answer
How is a macro different from a function?
How pointer is different from array?
How can I trap or ignore keyboard interrupts like control-c?
can we declare a function in side the structure?
how can write all 1to 100 prime numbers using for loop,if and break ?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
how to find a 5th bit is set in c program
In how much time you will write this c program? Prime nos from 1 to 1000
explain what is a newline escape sequence?
What is memmove?
What is the concatenation operator?