Explain the ternary tree?
No Answer is Posted For this Question
Be the First to Post Answer
in malloc and calloc which one is fast and why?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Explain the properties of union. What is the size of a union variable
what is the need for main function in c?
Why cann't whole array can be passed to function as value.
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
What are local static variables?
if we take a number as a char then can we manipulate(add, subtract) on this number