Why c is called top down?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to exchange two variaables without temp
What is main function in c?
a simple program in c language
what is the use of fflush() function?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is a built-in function in C?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
Do array subscripts always start with zero?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
how do you programme Carrier Sense Multiple Access