What are the application of c?
No Answer is Posted For this Question
Be the First to Post Answer
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Why is sprintf unsafe?
Can we declare function inside main?
What are types of functions?
Explain the properties of union.
how can we print hellow world programme without using semicolon
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Can you think of a logic behind the game minesweeper.
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
Explain the difference between malloc() and calloc() function?