What does it mean when a pointer is used in an if statement?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you determine whether to use a stream function or a low-level function?
to find the closest pair
What is the difference between procedural and functional programming?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
What is the difference between char array and char pointer?
Is there a way to jump out of a function or functions?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
How can I dynamically allocate arrays?
how to count no of words,characters,lines in a paragraph.
Why do we use static in c?
What is the difference between printf and scanf )?
Write a program which returns the first non repetitive character in the string?