Today Paper
Total Questions = 26
Total Marks = 40
Total MCQs of 1 Mark = 20
Short Subjective Question of 2 Marks = 2
Subjective Question of 3 Marks = 2
Subjective Questions of 5 Marks = 2
Total Questions = 26
Total Marks = 40
Total MCQs of 1 Mark = 20
Short Subjective Question of 2 Marks = 2
Subjective Question of 3 Marks = 2
Subjective Questions of 5 Marks = 2
Q) Write the syntax for calling function string manipulation function which compare the first 5 character array "name" with string "asdf"?
Q))When a pointer isincremented then how many bytes will it move to change its address?
Q)Declare an integer array longroutes and pointer routrptr and assign the address of array longroutes to the pointer variable routeptr to the pointer?
Q)Find which is legal and illegal ?
Q) show the output of the following code:
main()
{char st[]="~This is -a sample string!";
char*pch;
pch=strtoklstr,",-s`";
while(pch!=Null)
coutPch;
pch=strtok(NULL,",-s~")
}
return 0;
}
Q)) When a pointer is incremented,what happens in the following cases?
a)single-dimensional array
b)two –dimensional array 3
a)single-dimensional array
b)two –dimensional array 3
Comments
Post a Comment
Please give us your feedback & help us to improve this site.