What is the condition that is applied with ?: Operator?
No Answer is Posted For this Question
Be the First to Post Answer
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
Can we add pointers together?
How do I convert a string to all upper or lower case?
Is c still relevant?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Q. where is the below variables stored ? - volatile, static, register
What is the value of uninitialized variable in c?
What is main () in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
What does the error 'Null Pointer Assignment' mean and what causes this error?