What is #line?
No Answer is Posted For this Question
Be the First to Post Answer
what is mallloc()?how it works?
How can you determine the size of an allocated portion of memory?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
What is strcpy() function?
What does typedef struct mean?
What is the relation between # and include<stdio.h>
What is the difference between malloc() and calloc()?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
write a c program to find the probability of random numbers between 1-1000
What is a loop?
How to explain the final year project as a fresher please answer with sample project
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)