Explain how can a program be made to print the line number where an error occurs?
No Answer is Posted For this Question
Be the First to Post Answer
How can I direct output to the printer?
implement NAND gate logic in C code without using any bitwise operatior.
Why can’t we compare structures?
What does %2f mean in c?
what is ans for this scanf(%%d",c);
diff .between strcture and union
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Tell me what is the purpose of 'register' keyword in c language?
Difference between malloc() and calloc() function?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
what is data structure.in linear and non linear data structures which one is better?Explain