Is c compiled or interpreted?
No Answer is Posted For this Question
Be the First to Post Answer
int far *near * p; means
What tq means in chat?
Give the rules for variable declaration?
What is variables in c?
What is "Hungarian Notation"?
swap 2 numbers without using third variable?
Explain the difference between exit() and _exit() function?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What is double pointer?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
What is malloc return c?