Can we assign string to char pointer?
No Answer is Posted For this Question
Be the First to Post Answer
How can I call fortran?
How many levels of pointers have?
int far *near * p; means
What is wrong with this program statement?
Write the syntax and purpose of a switch statement in C.
Are negative numbers true in c?
c program to print a name without using semicolon
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
logic for x=y^n
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
write a program to print largest number of each row of a 2D array
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }