What is an arrays?
No Answer is Posted For this Question
Be the First to Post Answer
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
What is 1d array in c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
write a addition of two no. program with out using printf,scanf,puts .
Can static variables be declared in a header file?
Difference between fopen() and open()?
how to implement stack operation using singly linked list
Can you please explain the difference between strcpy() and memcpy() function?
What is the heap in c?
Write a program in c to input a 5 digit number and print it in words.