What is c basic?
No Answer is Posted For this Question
Be the First to Post Answer
Q. where is the below variables stored ? - volatile, static, register
Is null always equal to 0(zero)?
Was 2000 a leap year?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How the c program is executed?
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. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
print the palindrome numbers in between 0 to n
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?