what are the different storage classes in c?
No Answer is Posted For this Question
Be the First to Post Answer
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
What are enumerated types?
what is reason of your company position's in india no. 1.
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
Is it possible to run a c program without using main?If yes HOW??
i have a written test in tomorrow
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
how to find binary of number?