What is the difference between test design and test case
design?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various topologies? Which one is the most secure?
What is hungarian notation? Is it worthwhile?
What does char * * argv mean in c?
Program to display given 3 integers in ascending order
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
Explain threaded binary trees?
in malloc and calloc which one is fast and why?
What is %g in c?
What is the difference between %d and %*d in C
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
Is reference used in C?
What are the advantages of union?