All technical questions
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() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Why clrscr is used in c?
What is the purpose of ftell?
What is pointers in c?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
Explain what is dynamic data structure?
write a program to generate address labels using structures?
how to write hello word without using semicolon at the end?
ratio,age,persentage
What is the explanation for cyclic nature of data types in c?