Answer Posted / vaibhav
divide no. by 2 till 1 is not coming in quotient, then it
write from bottom to top
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What are the properties of union in c?
What is NULL pointer?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Do character constants represent numerical values?
How do I swap bytes?
Explain how can I make sure that my program is the only one accessing a file?
write a program to copy the string using switch case?
What is keyword with example?
all c language question
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What do you mean by scope of a variable in c?
What is main () in c language?
How can you read a directory in a C program?