Which are low level languages?
No Answer is Posted For this Question
Be the First to Post Answer
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
why we are using semicolon at the end of printh statment
how to connect oracle in C/C++.
Is python a c language?
What are the complete rules for header file searching?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
Are the expressions * ptr ++ and ++ * ptr same?
what is the diff b/w static and non static variables in C. Give some examples plz.
How can you print HELLO WORLD without using "semicolon"?
What is a function simple definition?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer