What does d mean?
No Answer is Posted For this Question
Be the First to Post Answer
without using arithmatic operator solve which number is greater??????????
What is assignment operator?
What is the benefit of using const for declaring constants?
What is const volatile variable in c?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
What is formal argument?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
What is NULL pointer?
Why c language?
what are two kinds of java
int i=10; printf("%d %d %d", i, i=20, i);
How can I read a binary data file properly?