What is d scanf?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesnt long int work?
why do we use pointer instead directly acessing the data?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
what is difference between procedural language and functional language ?
Explain how can a program be made to print the line number where an error occurs?
what are # pragma staments?
convert 12345 to 54321 withoutusing strig
Do you know the difference between malloc() and calloc() function?
What are the modifiers available in c programming language?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
What is an auto keyword in c?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?