Why c is known as a mother language?
No Answer is Posted For this Question
Be the First to Post Answer
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); }
What does the && operator do in a program code?
related to rdbms query .
why u join this call center?
What is the difference between local variable and global variable in c?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
Explain how can I remove the trailing spaces from a string?
Give the rules for variable declaration?
How can you dynamically allocate memory in C?
Can you assign a different address to an array tag?
Explain 'bus error'?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4