What is meant by errors and debugging?
No Answer is Posted For this Question
Be the First to Post Answer
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
post new interiew question and aptitude test papers
What is a lvalue
What is hashing in c?
Difference between malloc() and calloc() function?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
Can you please explain the difference between malloc() and calloc() function?
What is the modulus operator?
Is c call by value?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
Define VARIABLE?