Can a program have two main functions?
No Answer is Posted For this Question
Be the First to Post Answer
how c source file in converted to exe file
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Is it better to use malloc() or calloc()?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
Explain how can you be sure that a program follows the ansi c standard?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
What is an lvalue in c?
plz let me know how to become a telecom protocol tester. thank you.
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
name the language for writing c compiler?