Which are low level languages?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using macro in c language?
Write a program of advanced Fibonacci series.
What are the types of functions in c?
Why is the code below functioning. According to me it MUST NOT.
In c programming language, how many parameters can be passed to a function ?
what is the different bitween abap and abap-hr?
code for bubble sort?
Implement bit Array in C.
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
What is union in c?
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 “****”.
what is const volatile?