Using which language Test cases are added in .ptu file of RTRT unit testing???
No Answer is Posted For this Question
Be the First to Post Answer
What does 1f stand for?
Describe wild pointers in c?
What is the meaning of typedef struct in c?
code for find determinent of amatrix
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
how to determine the complexity of an algorithm as log(n)
Is a pointer a kind of array?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
Explain why can’t constant values be used to define an array’s initial size?
What is the difference between typedef and #define?