What is main () in c language?
No Answer is Posted For this Question
Be the First to Post Answer
define c
What will be your course of action for a push operation?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
what is the use of ‘auto’ keyword?
what is dangling pointer?
explain how do you use macro?
difference between spiral and waterfall model
What does calloc stand for?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
what is the significance of static storage class specifier?
Write a function to find the area of a triangle whose length of three sides is given
What is ambagious result in C? explain with an example.