Why c is called free form language?
No Answer is Posted For this Question
Be the First to Post Answer
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
What is the right type to use for boolean values in c? Is there a standard type?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
define c
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Can you subtract pointers from each other? Why would you?
What are run-time errors?
What are the concepts introduced in OOPs?
How can a program be made to print the line number where an error occurs?
What does %f mean c?
Write a program to swap two numbers without using third variable in c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?