What are identifiers c?
No Answer is Posted For this Question
Be the First to Post Answer
difference between Low, Middle, High Level languages in c ?
What are header files? What are their uses?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
In which category does main function belong??
Give basis knowledge of web designing ...
Is c is a high level language?
What are signals in C?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
How can I set an array's size at run time?
How do you view the path?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1