Can you add pointers together? Why would you?
No Answer is Posted For this Question
Be the First to Post Answer
can v write main() { main(); } Is it true?
what is the use of a array in c
What are the different data types in C?
How many levels deep can include files be nested?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
write a c program to check weather a particluar bit is set or not?
What is the method to save data in stack data structure type?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
What is the value of c?