What is a char in c?
No Answer is Posted For this Question
Be the First to Post Answer
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
what is the stackpointer
How to define structures? ·
write a program to display numbers from 1 to 10 and 10 to 1?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
What does != Mean in c?
Do you know what are bitwise shift operators in c programming?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
write a program to delete an item from a particular location of an linear array?
I want tcs placement papers of 2004-2009 , its urgent
What are pointers really good for, anyway?