What is bss in c?
No Answer is Posted For this Question
Be the First to Post Answer
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 an inline function?
What is bubble sort technique in c?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Why does this code crash?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
How do I round numbers?
what is d pitfalls of registers variables
Is c weakly typed?
what is the advantage of software development
what is the code to display color fonts in the output?
write a program to copy the string using switch case?