Explain goto?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a[10]; printf("%d",*a+1-*a+3); }
Define circular linked list.
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
Write a program to find the biggest number of three numbers in c?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What are the advantages of c preprocessor?
What are the types of pointers?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
List the difference between a While & Do While loops?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,