What is the difference between if else and switchstatement
No Answer is Posted For this Question
Be the First to Post Answer
provide an example of the Group by clause, when would you use this clause
what is the basis for selection of arrays or pointers as data structure in a program
What is Lazy evaluation in C? Give an example.
Program to trim a given character from a string.
How can I implement a delay, or time a users response, with sub-second resolution?
What is the full form of getch?
What is local and global variable in c?
Why pointers are used in c?
HOW TO SWAP TWO NOS IN ONE STEP?
What is volatile variable in c?
any string of bits of length 'n' represents a unique non- negative integer between.............?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }