What are linked lists in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is this pointer in c plus plus?
what is the output of printf("%d",(scanf("%d",10));
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What is file in c preprocessor?
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 “****”.
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What are the standard predefined macros?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
What is the use of bitwise operator?
what is the advantage of software development
Explain what is the difference between far and near ?