Can u please send me the exam pattern and also Previous
papers to javed123go@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
What is memcpy() function?
How do you print only part of a string?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
What are shell structures used for?
Why is structure padding done in c?
Why Modern OS are interrupt driven?Give an example
Why cd or dvd are round why not square.
What is #include in c?
write a program to delete an item from a particular location of an linear array?
Can you think of a logic behind the game minesweeper.
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
how to find the binary of a number?