How do you search data in a data file using random access method?
No Answer is Posted For this Question
Be the First to Post Answer
Explain which function in c can be used to append a string to another string?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
How can I write a function analogous to scanf?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What are c header files?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
Can we declare a function inside a function in c?
What are types of functions?
What is string concatenation in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?