there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
1 3812A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
4 7507
How do you search data in a data file using random access method?
Explain what is the benefit of using const for declaring constants?
What is the use of gets and puts?
Are pointers integer?
What do you mean by dynamic memory allocation in c? What functions are used?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
List the difference between a "copy constructor" and a "assignment operator"?
Combinations of fibanocci prime series
What is data structure in c and its types?
What is a dynamic array in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is #include conio h?
In c language can we compile a program without main() function?