What is a program?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Explain the properties of union.
Find greatest number out of 10 number without using loop.
Explain the bubble sort algorithm.
how write a addtion of two single dimensional array using of pointer in c language?
write a program to generate 1st n fibonacci prime number
Can we add pointers together?
Write a c program using for loop in switch case?
write a programming in c to find the sum of all elements in an array through function.
Why array starts with index 0
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Why is c faster?