what are the facialities provided by you after the
selection of the student.
No Answer is Posted For this Question
Be the First to Post Answer
What does char * * argv mean in c?
write a program to find out number of on bits in a number?
Difference between for loop and while loop?
what is pointer ?
10 Answers Kernex Micro Systems,
Why should I use standard library functions instead of writing my own?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are the header files used in c language?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
Explain what is a stream?
create an SINGLE LINKED LISTS and reverse the data in the lists completely