Does c have enums?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by dynamic memory allocation in c? What functions are used?
write a program for fibonaci series by using while loop in c?
Write a program to print fibonacci series using recursion?
What is a void pointer in c?
What are the two types of functions in c?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
triangle number finding program...
What does the message "automatic aggregate intialization is an ansi feature" mean?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
what is the use of call back function in c?tell me with example