pgm to find any error in linklist(in single linklist check
whether any node points any of previous nodes instead of
next node)
No Answer is Posted For this Question
Be the First to Post Answer
What is the default value of local and global variables in c?
What is the newline escape sequence?
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
write a c program to find biggest of 3 number without relational operator?
How do I round numbers?
What is difference between union and structure in c?
Why is c still so popular?
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
How is actual parameter different from the formal parameter?
What is static identifier?
What is dynamic dispatch in c++?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer