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 is header file definition?
convert 12345 to 54321 withoutusing strig
What is c language & why it is used?
With the help of using classes, write a program to add two numbers.
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What is c value paradox explain?
How we can set and clear bit in a byte using macro function?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
What is a volatile keyword in c?
What do you mean by Recursion Function?
What is the best style for code layout in c?