When should I declare a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is a good data structure to use for storing lines of text?
What will be the outcome of the following conditional statement if the value of variable s is 10?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
Can include files be nested? How many levels deep can include files be nested?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is const keyword in c?
What is a program flowchart and how does it help in writing a program?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
Why is not a pointer null after calling free?
What does c mean in basketball?
What do you mean by a sequential access file?
why program counter is 16 bit?