What are terms in math?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to print the sizes and ranges of different data types in c?
main() { printf("hello%d",print("QUARK test?")); }
What is the diffrent between while and do while statement ?
implement general tree using link list
#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20
how would a 4*3 array A[4][3] stored in Row Major Order?
What is the difference between volatile and const volatile?
What are the rules for identifiers in c?
who is the editor of 'pokemon'?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
What is hash table in c?
program for reversing a selected line word by word when multiple lines are given without using strrev