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
wat are the two methods for swapping two numbers without using temp variable??
What is the use of the restrict keyword?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
What are compound statements?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What is the difference between scanf and fscanf?
What is a pointer?
what is the defrenece between structure and union
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are preprocessor directives?