Why does notstrcat(string, "!");Work?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by inheritance?
Write a code to remove duplicates in a string.
Why void is used in c?
What is an lvalue?
How do we print only part of a string in c?
What are the general description for loop statement and available loop types in c?
Write a program to reverse a given number in c language?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
Why we use break in c?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
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,
Why can’t constant values be used to define an array’s initial size?