What are identifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is c dynamically typed?
what is linkage error when it occurs in c program
What is a structure in c language. how to initialise a structure in c?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
How to implement call back functions ?
What is a const pointer, and how does it differ from a pointer to a const?
What does the error message "DGROUP exceeds 64K" mean?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
Write a program to print the prime numbers from 1 to 100?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is the difference between realloc() and free()
What is the mean of function?