How variables are declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
Where local variables are stored in c?
What is difference between array and structure in c?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
Give basis knowledge of web designing ...
Why & is used in c?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
what are the difference between ANSI C and Let Us c and Turbo C
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
difference between native and cross compilers
Explain #pragma in C.
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
How does #define work?