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
prog for 1st five prime numbers in 2^x - 1
how does printf function work
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Is return a keyword in c?
Can a binary search tree be used as an index? If yes, how? Explain
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Describe explain how arrays can be passed to a user defined function
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
write a program to sort the elements in a given array in c language
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?