Answer Posted / notgate779
http://allinterview.com/showanswers/89174.html
<a
href="http://allinterview.com/showanswers/89174.html">click</a>
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What does a function declared as pascal do differently?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
why return type of main is not necessary in linux
How can I read and write comma-delimited text?
what do you mean by inline function in C?
C language questions for civil engineering
Differentiate between ordinary variable and pointer in c.
How can you read a directory in a C program?
Can the “if” function be used in comparing strings?
Can i use “int” data type to store the value 32768? Why?
Difference between Function to pointer and pointer to function
Where does the name "C" come from, anyway?
How will you write a code for accessing the length of an array without assigning it to another variable?
how do you execute a c program in unix.
What is indirection?