What are the advantages of c preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of external storage class?
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
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.
How can I read data from data files with particular formats?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
Write a program to check armstrong number in c?
what's the return value of malloc()
Why double pointer is used in c?
What is null in c?
What do you mean by Recursion Function?
Can we initialize extern variable in c?
What is the best way to comment out a section of code that contains comments?