Can we assign string to char pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is ponter?
What does c in a circle mean?
What do you mean by dynamic memory allocation in c?
write a program to print infinte number
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
what is differnence b/w macro & functions
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
Q. where is the below variables stored ? - volatile, static, register
What is the benefit of using an enum rather than a #define constant?
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.
When is the “void” keyword used in a function?
What are dangling pointers in c?