What is switch in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a program?
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,
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
I have seen function declarations that look like this
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
What is diffrance between declaration and defination of a variable or function
Write a program that his output * *** *****
What is structure in c language?
Is c is a middle level language?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?