Is it acceptable to declare/define a variable in a c header?
No Answer is Posted For this Question
Be the First to Post Answer
IS Doon college of Engn.. has good faculty
What is encapsulation?
wap in c to accept a number display the total count of digit
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How can you pass an array to a function by value?
How does free() know how many bytes to free?
What is ambagious result in C? explain with an example.
What is the use of volatile?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What is the best style for code layout in c?