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

Post New Answer

More C Interview Questions

write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


What is mean by data types in c?

0 Answers  


What is the difference between scanf and fscanf?

0 Answers  


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


Write a program to check prime number in c programming?

0 Answers  






What is the purpose of main( ) in c language?

0 Answers  


What is the purpose of void pointer?

0 Answers  


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


What are the advantages of c preprocessor?

0 Answers  


void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?

1 Answers  


what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,


What is pointer to pointer in c?

0 Answers  


Categories