Why does notstrcat(string, "!");Work?
What extern c means?
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.
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
What is strcmp in c?
advantages of pointers?
What is the difference between procedural and functional programming?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
write a program for the normal snake games find in most of the mobiles.
Is c pass by value or reference?
Can a pointer be volatile in c?