What is stack in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between ++a and a++?
What math functions are available for integers? For floating point?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is a macro?
Differentiate b/w Modify and Update commands giving example.
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
Are negative numbers true in c?
coding for Fibonacci.?
what is mean by Garbage collection ? Please answer me. Advance thanks.
What is storage class?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.