Differentiate between the = symbol and == symbol?
No Answer is Posted For this Question
Be the First to Post Answer
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
When a c file is executed there are many files that are automatically opened what are they files?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
What is meant by type casting?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What is the difference between void main and main in c?
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); }
Is c high or low level?
How do you convert strings to numbers in C?
How to print India by nested loop? I IN IND INDI INDIA
What are the benefits of c language?