What is a substring in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do we open a binary file in Read/Write mode in C?
Is c language still used?
Do you know what are the properties of union in c?
HOW TO SWAP TWO NOS IN ONE STEP?
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
What are comments and how do you insert it in a C program?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
Explain can the sizeof operator be used to tell the size of an array passed to a function?
write a program for even numbers?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
how to use showbits function?