What is the use of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the defrenece between structure and union
What is pointer to pointer in c with example?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
WHAT IS INT?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
How can I do peek and poke in c?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
Is c still used in 2019?
What is call by value in c?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
why you will give me a job in TCS.
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }