what is the difference between %d and %*d in c languaga?
Post New Answer View All Answers
Explain zero based addressing.
Explain how can you avoid including a header more than once?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is the use of pointers in C?
How many main () function we can have in a project?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What are the benefits of organizational structure?
What is the meaning of ?
Why is main function so important?
Give the rules for variable declaration?
How can I implement a delay, or time a users response, with sub-second resolution?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Explain the priority queues?
What are the usage of pointer in c?