What is array within structure?
No Answer is Posted For this Question
Be the First to Post Answer
What are the back slash character constants or escape sequence charactersavailable in c?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
what is the difference between #include<stdio.h> and #include"stdio.h" ?
Differentiate between null and void pointers.
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is a global variable in c?
what is the definition of storage classes?
how to swap 2 numbers within a single statement?
Explain what is the general form of a c program?