Distinguish between actual and formal arguments.
No Answer is Posted For this Question
Be the First to Post Answer
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
What is 1f in c?
pierrot's divisor program using c or c++ code
hi send me sample aptitude papers of cts?
How many types of operator or there in c?
what is used instead of pointers in java than c?
How can I handle floating-point exceptions gracefully?
What is the ANSI C Standard?
what is unsigened char and what is the difference from char
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +