What is hashing in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How to add two numbers with using function?
How can a program be made to print the line number where an error occurs?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What is call by value in c?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
How can I increase the allowable number of simultaneously open files?
coding for Fibonacci.?
Why we use stdio h in c?
What is the difference between malloc() and realloc()?