In C language what is a 'dangling pointer'?
No Answer is Posted For this Question
Be the First to Post Answer
What are integer variable, floating-point variable and character variable?
How do you write a program which produces its own source code as its output?
How can I insert or delete a line (or record) in the middle of a file?
When is an interface "good"?
read an array and search an element
Famous puzzles which are generally asked by companies during interviews ?
Why main function is special give two reasons?
what is ans for this scanf(%%d",c);
Is null a keyword in c?
Why do we use namespace feature?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..