Why static is used in c?
Are the expressions * ptr ++ and ++ * ptr same?
What is 'bus error'?
ratio,age,persentage
how to use enum datatype?Please explain me?
whats the use of header file in c?
How do I declare a pointer to an array?
How is = symbol different from == symbol in c programming?
What is a function in c?
what is difference between #include<stdio.h> and #include"stdio.h"
how to execute with out main in cprogram
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
Explain can the sizeof operator be used to tell the size of an array passed to a function?