#include<stdio.h>
main()
{
char s1[]="Ramco";
char s2[]="Systems";
s1=s2;
printf("%s",s1);
}
what will happen if you executed this code?
Answer Posted / mannucse
syste
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is a stream?
What is array of pointers to string?
Why cant I open a file by its explicit path?
to find the closest pair
What is c token?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What do you mean by a local block?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Disadvantages of C language.
Write a function that will take in a phone number and output all possible alphabetical combinations
What is the difference between scanf and fscanf?
#include
Why structure is used in c?
Explain how are 16- and 32-bit numbers stored?