What is getch () for?
No Answer is Posted For this Question
Be the First to Post Answer
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
Can a void pointer point to a function?
What is abstract data structure in c?
Explain the difference between structs and unions in c?
What are the types of pointers in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Write a program to find minimum between three no.s whithout using comparison operator.
what is dangling pointer?
How can you find the day of the week given the date?