How can you tell whether two strings are the same?
No Answer is Posted For this Question
Be the First to Post Answer
What are identifiers and keywords in c?
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
What is the -> in c?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is the significance of an algorithm to C programming?
a=5 a=a++/++a
How do we open a binary file in Read/Write mode in C?
what is memory leak?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
Process by which one bit pattern in to another by bit wise operation is?
Stimulate calculator using Switch-case-default statement for two numbers