Explain what is dynamic data structure?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between C and Embedded C?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Write a program to print fibonacci series without using recursion?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
how do you programme Carrier Sense Multiple Access
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
c program to subtract between two numbers without using '-' sign and subtract function.
how 2 compile & execute c program with out using editor?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
write a program to count the no of repaeted words in a line?