What are the types of c language?
No Answer is Posted For this Question
Be the First to Post Answer
write a progam to compare the string using switch case?
Is c is a low level language?
Difference between goto, long jmp() and setjmp()?
Can you explain the four storage classes in C?
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
what is a constant pointer in C
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
How do I copy files?
What is an lvalue and an rvalue?
What is the main difference between calloc () and malloc ()?
how can we Declare a variable in c without defining it.
how to print the character with maximum occurence and print that number of occurence too in a string given ?