Tell me the use of bit field in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program that reads a series of strings and prints only those ending in "ed"
Explain can the sizeof operator be used to tell the size of an array passed to a function?
write a program of palindrome(madam=madam) using pointer?
What is a string?
Explain how are portions of a program disabled in demo versions?
What are integer variable, floating-point variable and character variable?
What is the difference between malloc() and calloc()?
How would you print out the data in a binary tree, level by level, starting at the top?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
Write a Program to accept different goods with the number, price and date of purchase and display them
write a c program to find largest of three numbers using simple if only for one time.