Why is sprintf unsafe?
No Answer is Posted For this Question
Be the First to Post Answer
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
How many types of operators are there in c?
What is the difference b/w Structure & Array?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
What are the primitive data types in c?
what is the diff b/w static and non static variables in C. Give some examples plz.
what does ‘Bus Error’ mean?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Why is main function so important?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
What is c language & why it is used?