Answer Posted / kumaresan g
Stack pointer points the top most element of the stack.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What are the various types of control structures in programming?
Why is this loop always executing once?
Tell me what is null pointer in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the explanation for the dangling pointer in c?
How many levels of pointers can you have?
Explain the difference between structs and unions in c?
What is variable initialization and why is it important?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Why c is a procedural language?
What are different storage class specifiers in c?
What is c++ used for today?
In which language linux is written?