What is the use of bit field?
No Answer is Posted For this Question
Be the First to Post Answer
How do you print an address?
How will you delete a node in DLL?
without using control structures and control structures find the max and min of given 2 nos
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
What is an array in c?
Do pointers store the address of value or the actual value of a variable?
Is python a c language?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
Explain about the functions strcat() and strcmp()?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*