What is s in c?
No Answer is Posted For this Question
Be the First to Post Answer
c program to print a name without using semicolon
what are brk, sbrk?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
Does c have an equivalent to pascals with statement?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
what will be the output for the following main() { printf("hi" "hello"); }
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
what is function pointer?
1 1 12 21 123 321 12344231 how i creat it with for loop??
What is the sizeof () a pointer?
What does sizeof function do?