A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
No Answer is Posted For this Question
Be the First to Post Answer
Determine if a number is a power of 2 at O(1).
What is the difference between GETS();AND SCANF();
What is an lvalue?
The statement, int(*x[]) () what does in indicate?
Explain what is the most efficient way to store flag values?
WHAT IS ABSTRACT DATA TYPE
What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these
write a program without using main function?
Explain pointers in c programming?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
What does node * mean?