What is getch?
No Answer is Posted For this Question
Be the First to Post Answer
Can we include one C program into another C program if yes how?
How is = symbol different from == symbol in c programming?
difference between c and c++
give one ip, find out which contry
What does. int *x[](); means ?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
What are extern variables in c?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
what do you mean by defining a variable in our c code?
can you change name of main()?how?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference