Compare array data type to pointer data type
No Answer is Posted For this Question
Be the First to Post Answer
how logic is used
What are conditional operators in C?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
print the palindrome numbers in between 0 to n
How to reverse a string using a recursive function, with swapping?
Who developed c language and when?
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
A C E G H +B D F A I ------------ E F G H D
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
how we do lcm of two no using c simple if while or for statement
What is static memory allocation? Explain
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,