Do you know what is a programing language ?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
What is character set?
Which one would you prefer - a macro or a function?
What are the different types of linkage exist in c?
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
Is c is a high level language?
Is main is a keyword in c?
how to find binary of number?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
How do you generate random numbers in C?
Write a program to generate prime factors of a given integer?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)