WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
No Answer is Posted For this Question
Be the First to Post Answer
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
Define Array of pointers.
Which function in C can be used to append a string to another string?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
What is #error and use of it?
Differentiate between calloc and malloc.
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
Why are algorithms important in c program?
What are shell structures used for?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What is hashing in c?