Tell me what are bitwise shift operators?
No Answer is Posted For this Question
Be the First to Post Answer
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
How will you write a code for accessing the length of an array without assigning it to another variable?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
What is meant by realloc()?
Write code for atoi(x) where x is hexadecimal string.
Define VARIABLE?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Are global variables static in c?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
What is the difference between declaring a variable and defining a variable?
When should volatile modifier be used?